From f12868eac403a7276b39782bf3e385c2e5e3bfdf Mon Sep 17 00:00:00 2001 From: Nikolai Papin Date: Sun, 17 Aug 2025 10:58:39 +0300 Subject: [PATCH] feat: whatever --- hypr/hyprpaper.conf | 4 ++-- swaync/config.json | 18 +++++++++--------- swaync/style.css | 2 +- 3 files changed, 12 insertions(+), 12 deletions(-) diff --git a/hypr/hyprpaper.conf b/hypr/hyprpaper.conf index 56789db..ba0b7f9 100644 --- a/hypr/hyprpaper.conf +++ b/hypr/hyprpaper.conf @@ -1,4 +1,4 @@ -wallpaper = eDP-1,/home/greg/Pictures/Wallpapers/current/japan_red_bridge2.jpg -wallpaper = HDMI-A-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/Desktop/Pictures/Wallpapers/Wallpapers/vaporwave-wallpaper-2005241418558.jpg ipc = on diff --git a/swaync/config.json b/swaync/config.json index 76a11d2..05a1c08 100644 --- a/swaync/config.json +++ b/swaync/config.json @@ -1,6 +1,6 @@ { "$schema": "/etc/xdg/swaync/configSchema.json", - "ignore-gtk-theme": true, + "ignore-gtk-theme": false, "positionX": "right", "positionY": "top", "layer": "overlay", @@ -8,12 +8,12 @@ "layer-shell": true, "layer-shell-cover-screen": false, "cssPriority": "highest", - "control-center-margin-top": 0, - "control-center-margin-bottom": 0, - "control-center-margin-right": 0, + "control-center-margin-top": 5, + "control-center-margin-bottom": 5, + "control-center-margin-right": 5, "control-center-margin-left": 0, "notification-2fa-action": true, - "notification-inline-replies": false, + "notification-inline-replies": true, "notification-body-image-height": 100, "notification-body-image-width": 200, "timeout": 10, @@ -30,7 +30,7 @@ "transition-time": 200, "hide-on-clear": false, "hide-on-action": true, - "text-empty": "No Notifications", + "text-empty": "No Annoyances", "script-fail-notify": true, "scripts": { "example-script": { @@ -59,16 +59,16 @@ "widget-config": { "inhibitors": { "text": "Inhibitors", - "button-text": "Clear All", + "button-text": "Purge", "clear-all-button": true }, "title": { "text": "Notifications", "clear-all-button": true, - "button-text": "Clear All" + "button-text": "Purge" }, "dnd": { - "text": "Do Not Disturb" + "text": "Don't bother" }, "label": { "max-lines": 5, diff --git a/swaync/style.css b/swaync/style.css index 69f2fa4..2873f83 100644 --- a/swaync/style.css +++ b/swaync/style.css @@ -294,7 +294,7 @@ /* The Control Center which contains the old notifications + widgets */ background: var(--cc-bg); color: var(--text-color); - border-radius: 12px; + border-radius: 5px; border: 3px solid var(--noti-border-color); }