From 324745a76b5461295683bf2df4eb1ccac115e322 Mon Sep 17 00:00:00 2001 From: FURK4NGG <105324908+FURK4NGG@users.noreply.github.com> Date: Tue, 2 Sep 2025 23:41:03 +0300 Subject: [PATCH] Add files via upload --- .config/swaync/config.json | 4 ++-- .config/swaync/style.css | 18 ++++++++++-------- 2 files changed, 12 insertions(+), 10 deletions(-) diff --git a/.config/swaync/config.json b/.config/swaync/config.json index 508c56b..6f23eaa 100644 --- a/.config/swaync/config.json +++ b/.config/swaync/config.json @@ -8,8 +8,8 @@ "cssPriority": "application", "control-center-margin-top": 16, "control-center-margin-bottom": 16, - "control-center-margin-right": 6, - "control-center-margin-left": 0, + "control-center-margin-right": 8, + "control-center-margin-left": 8, "notification-icon-size": 64, "notification-body-image-height": 100, "notification-body-image-width": 200, diff --git a/.config/swaync/style.css b/.config/swaync/style.css index e5efd09..fa432ce 100644 --- a/.config/swaync/style.css +++ b/.config/swaync/style.css @@ -2,9 +2,10 @@ * vim: ft=less */ -@define-color cc-bg rgba(0, 0, 70, 0.3); +@define-color cc-bg rgba(50, 50, 79, 0.5); -@define-color noti-border-color rgba(0, 0, 55, 0.1); +@define-color border-color rgb(83, 86, 133); +@define-color noti-border-color rgba(0, 0, 50, 0.6); @define-color noti-bg rgba(0, 0, 48, 0.3); @define-color noti-bg-darker rgba(0, 0, 38, 0.4); @define-color noti-bg-hover rgba(0, 0, 56, 0.5); @@ -12,10 +13,10 @@ @define-color noti-close-bg rgba(0, 0, 255, 0.4); @define-color noti-close-bg-hover rgba(0, 0, 255, 0.7); -@define-color text-color rgb(0, 230, 255); +@define-color text-color rgba(145, 200, 228, 255); @define-color text-color-disabled rgb(0, 0, 150); -@define-color bg-selected rgba(0, 0, 255, 0.5); +@define-color bg-selected rgba(145, 200, 228, .8); .notification-row { @@ -190,7 +191,8 @@ .control-center { background: @cc-bg; border-radius: 24px; - color: rgb(0, 230, 255); + border: 2px solid @border-color; + color: @text-color; } .control-center-list { @@ -221,8 +223,8 @@ } .widget-title > button { font-size: initial; - /*color: @text-color;*/ - color: rgb(0, 230, 255); + color: @text-color; + /*color: rgb(0, 230, 255)*/; text-shadow: none; background: @noti-bg; border: 1px solid @noti-border-color; @@ -235,7 +237,7 @@ /* DND widget */ .widget-dnd { - margin: 8px; + margin: 15px 8px 8px; font-size: 1.2rem; } .widget-dnd > switch {