aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJaKooLit <ejhay.games@gmail.com>2024-05-24 16:16:05 +0900
committerJaKooLit <ejhay.games@gmail.com>2024-05-24 16:16:20 +0900
commitac13edb82bbf42d346505304e72980505bc2cc80 (patch)
treed1a190dc444b73a2b00d3963da084255cd6b159c
parent06d66be192eeb6f844d7069d05ffc34653352791 (diff)
swaync styling, and alignment fix
-rwxr-xr-xconfig/swaync/config.json2
-rwxr-xr-xconfig/swaync/style.css12
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
}
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage