feat: whatever

This commit is contained in:
2025-08-17 10:58:39 +03:00
parent 746d35fb54
commit 0c6c31d89a
3 changed files with 12 additions and 12 deletions

View File

@@ -1,4 +1,4 @@
wallpaper = eDP-1,/home/greg/Pictures/Wallpapers/current/japan_red_bridge2.jpg wallpaper = eDP-1,/home/greg/Desktop/Pictures/Wallpapers/Wallpapers/vaporwave-wallpaper-2005241418558.jpg
wallpaper = HDMI-A-1,/home/greg/Pictures/Wallpapers/current/japan_red_bridge2.jpg wallpaper = HDMI-A-1,/home/greg/Desktop/Pictures/Wallpapers/Wallpapers/vaporwave-wallpaper-2005241418558.jpg
ipc = on ipc = on

View File

@@ -1,6 +1,6 @@
{ {
"$schema": "/etc/xdg/swaync/configSchema.json", "$schema": "/etc/xdg/swaync/configSchema.json",
"ignore-gtk-theme": true, "ignore-gtk-theme": false,
"positionX": "right", "positionX": "right",
"positionY": "top", "positionY": "top",
"layer": "overlay", "layer": "overlay",
@@ -8,12 +8,12 @@
"layer-shell": true, "layer-shell": true,
"layer-shell-cover-screen": false, "layer-shell-cover-screen": false,
"cssPriority": "highest", "cssPriority": "highest",
"control-center-margin-top": 0, "control-center-margin-top": 5,
"control-center-margin-bottom": 0, "control-center-margin-bottom": 5,
"control-center-margin-right": 0, "control-center-margin-right": 5,
"control-center-margin-left": 0, "control-center-margin-left": 0,
"notification-2fa-action": true, "notification-2fa-action": true,
"notification-inline-replies": false, "notification-inline-replies": true,
"notification-body-image-height": 100, "notification-body-image-height": 100,
"notification-body-image-width": 200, "notification-body-image-width": 200,
"timeout": 10, "timeout": 10,
@@ -30,7 +30,7 @@
"transition-time": 200, "transition-time": 200,
"hide-on-clear": false, "hide-on-clear": false,
"hide-on-action": true, "hide-on-action": true,
"text-empty": "No Notifications", "text-empty": "No Annoyances",
"script-fail-notify": true, "script-fail-notify": true,
"scripts": { "scripts": {
"example-script": { "example-script": {
@@ -59,16 +59,16 @@
"widget-config": { "widget-config": {
"inhibitors": { "inhibitors": {
"text": "Inhibitors", "text": "Inhibitors",
"button-text": "Clear All", "button-text": "Purge",
"clear-all-button": true "clear-all-button": true
}, },
"title": { "title": {
"text": "Notifications", "text": "Notifications",
"clear-all-button": true, "clear-all-button": true,
"button-text": "Clear All" "button-text": "Purge"
}, },
"dnd": { "dnd": {
"text": "Do Not Disturb" "text": "Don't bother"
}, },
"label": { "label": {
"max-lines": 5, "max-lines": 5,

View File

@@ -294,7 +294,7 @@
/* The Control Center which contains the old notifications + widgets */ /* The Control Center which contains the old notifications + widgets */
background: var(--cc-bg); background: var(--cc-bg);
color: var(--text-color); color: var(--text-color);
border-radius: 12px; border-radius: 5px;
border: 3px solid var(--noti-border-color); border: 3px solid var(--noti-border-color);
} }