diff options
| author | Ja.KooLit <85185940+JaKooLit@users.noreply.github.com> | 2024-05-24 16:17:27 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-05-24 16:17:27 +0900 |
| commit | 990dc0233d40e7b13e41855d3f40725792bea127 (patch) | |
| tree | d1a190dc444b73a2b00d3963da084255cd6b159c /config | |
| parent | 5acf937b57fd0c25baf26cae45e0f15862ab7d52 (diff) | |
| parent | 6c79e9bfe9ce7223922d3e2f2cefc950eccd9b67 (diff) | |
Merge pull request #301 from JaKooLit/development
swaync styling, and alignment fix
Diffstat (limited to 'config')
| -rwxr-xr-x | config/swaync/config.json | 2 | ||||
| -rwxr-xr-x | 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 baf68066..ca3ab921 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 790bac39..3e36d56a 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 } |
