From ac13edb82bbf42d346505304e72980505bc2cc80 Mon Sep 17 00:00:00 2001 From: JaKooLit Date: Fri, 24 May 2024 16:16:05 +0900 Subject: [PATCH] swaync styling, and alignment fix --- config/swaync/config.json | 2 +- config/swaync/style.css | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/config/swaync/config.json b/config/swaync/config.json index baf6806..ca3ab92 100755 --- a/config/swaync/config.json +++ b/config/swaync/config.json @@ -19,7 +19,7 @@ "timeout-low": 3, "timeout-critical": 0, "fit-to-screen": false, - "control-center-width": 350, + "control-center-width": 400, "control-center-height": 720, "notification-window-width": 400, "keyboard-shortcuts": true, diff --git a/config/swaync/style.css b/config/swaync/style.css index 790bac3..3e36d56 100755 --- a/config/swaync/style.css +++ b/config/swaync/style.css @@ -89,12 +89,12 @@ .notification-action:first-child { border-bottom-left-radius: 10px; - background: #1b1b2b + background: @noti-bg } .notification-action:last-child { border-bottom-right-radius: 10px; - background: #1b1b2b + background: @noti-bg-alt } .inline-reply { @@ -161,7 +161,7 @@ .control-center { background: @noti-bg; - border: 1px solid @noti-border-color; + border: 1.5px solid @noti-border-color; color: @text-color; border-radius: 10px; } @@ -286,8 +286,8 @@ } .widget-buttons-grid>flowbox>flowboxchild>button:hover { - background: rgba(122, 162, 247, 0.1); - color: @text-color-alt + background: @noti-border-color; + color: @noti-bg-hover } .widget-menubar>box>.menu-button-bar>button { @@ -310,7 +310,7 @@ } .widget-volume>box>button { - background: #7aa2f7; + background: @noti-border-color; border: none }