From 70d9c963d0c52dc0c77b44734fceb96aca84c12d Mon Sep 17 00:00:00 2001 From: Penelope Gwen Date: Tue, 1 Jul 2025 12:00:01 -0700 Subject: [PATCH] New backup 2025-07-01 12:00:01 --- de/home/.config/swaync/config.json | 6 +++--- .../themes/nova-dark/central_control.css | 19 +++++++++++-------- .../swaync/themes/nova-dark/notifications.css | 14 +++++++------- 3 files changed, 21 insertions(+), 18 deletions(-) diff --git a/de/home/.config/swaync/config.json b/de/home/.config/swaync/config.json index 0c3d933..2e254ad 100644 --- a/de/home/.config/swaync/config.json +++ b/de/home/.config/swaync/config.json @@ -13,9 +13,9 @@ "timeout-low": 4, "timeout-critical": 0, "fit-to-screen": false, - "control-center-width": 380, - "control-center-height": 860, - "notification-window-width": 400, + "control-center-width": 450, + "control-center-height": 860, + "notification-window-width": 450, "keyboard-shortcuts": true, "image-visibility": "when-available", "transition-time": 200, diff --git a/de/home/.config/swaync/themes/nova-dark/central_control.css b/de/home/.config/swaync/themes/nova-dark/central_control.css index 0becfa1..8bfd1e5 100644 --- a/de/home/.config/swaync/themes/nova-dark/central_control.css +++ b/de/home/.config/swaync/themes/nova-dark/central_control.css @@ -1,8 +1,8 @@ @define-color text @foreground; -@define-color background-alt @color1; -@define-color selected @color1; -@define-color hover @color1; -@define-color urgent @color1; +@define-color background-alt @color5; +@define-color selected @color5; +@define-color hover @color5; +@define-color urgent @color5; * { color: @text; @@ -22,7 +22,7 @@ /* CONTROL CENTER ------------------------------------------------------------------------ */ .control-center { - background: alpha(@background, .75); + background: alpha(@background, .3); border-radius: 12px; border: 1px solid @selected; /* box-shadow: 0 2px 8px 0 @background;*/ @@ -33,9 +33,11 @@ /* Notifications */ .control-center .notification-row .notification-background, .control-center .notification-row .notification-background .notification.critical { - background-color: alpha(@background, .75); +/* border: 1px solid @selected;*/ + box-shadow: 0px 0px 3px @selected; + background-color: alpha(@background, .85); border-radius: 10px; - margin: 4px 0px; + margin: 5px 5px; padding: 4px; } @@ -228,7 +230,7 @@ progressbar { /* NOTE: Background need *opacity 1* otherwise will turn into the album art blurred */ .widget-mpris-player { - background: @selected; + background: @selected00; padding: 6px 10px; margin: 10px; border-radius: 14px; @@ -241,6 +243,7 @@ progressbar { .widget-mpris-title { font-weight: 700; font-size: 1rem; + text-shadow: 0px 0px 5px @color0; } .widget-mpris-subtitle { diff --git a/de/home/.config/swaync/themes/nova-dark/notifications.css b/de/home/.config/swaync/themes/nova-dark/notifications.css index f5f10f3..6936c47 100644 --- a/de/home/.config/swaync/themes/nova-dark/notifications.css +++ b/de/home/.config/swaync/themes/nova-dark/notifications.css @@ -1,8 +1,8 @@ @define-color text @foreground; -@define-color background-alt @color1; -@define-color selected @color1; -@define-color hover @color1; -@define-color urgent @color1; +@define-color background-alt @color5; +@define-color selected @color5; +@define-color hover @color5; +@define-color urgent @color5; * { @@ -29,10 +29,10 @@ .floating-notifications.background .notification-row .notification-background { background: alpha(@background, .75); -/* box-shadow: 0 2px 8px 0 @background;*/ + box-shadow: inset 0px 0px 5px @selected; border: 1px solid @selected; - border-radius: 12px; - margin: 16px; + border-radius: 8px; + margin: 12px; padding: 0; }