update swaync config and adjust keybindings

This commit is contained in:
2025-05-05 04:00:16 -07:00
parent 9db0bb6e4b
commit 8df48aec3a
3 changed files with 16 additions and 23 deletions

View File

@@ -1,9 +1,7 @@
* {
all: unset;
font-size: 14px;
font-family:
"JetBrainsMono Nerd Font", "JetBrainsMono Nerd Font Mono",
"Fira Code Nerd Font", "monospace";
font-family: "Ubuntu Nerd Font";
transition: 200ms;
}
@@ -26,9 +24,11 @@ slider {
box-shadow:
0 0 8px 0 rgba(0, 0, 0, 0.8),
inset 0 0 0 1px #363a4f;
background-color: rgba(36, 39, 58, 0.88);
border: 1px solid #c6a0f6;
border-radius: 12.6px;
margin: 18px;
background-color: #24273a;
margin: 10px;
background-color: rgba(36, 39, 58, 0.88);
color: #cad3f5;
padding: 0;
}
@@ -102,7 +102,8 @@ slider {
border-radius: 7px;
color: #cad3f5;
background-color: #363a4f;
box-shadow: inset 0 0 0 1px #494d64;
background-color: rgba(36, 39, 58, 0.88);
border: 1px solid #c6a0f6;
margin: 7px;
}
@@ -135,7 +136,8 @@ slider {
.notification-background
.close-button {
margin: 7px;
padding: 2px;
background-color: rgba(54, 58, 79, 0.88);
border: 1px solid #c6a0f6;
border-radius: 6.3px;
color: #24273a;
background-color: #ed8796;
@@ -162,8 +164,9 @@ slider {
0 0 8px 0 rgba(0, 0, 0, 0.8),
inset 0 0 0 1px #363a4f;
border-radius: 12.6px;
margin: 18px;
background-color: #24273a;
border: 1px solid #c6a0f6;
margin: 10px;
background-color: rgba(36, 39, 58, 0.88);
color: #cad3f5;
padding: 14px;
}
@@ -196,7 +199,7 @@ slider {
.control-center .notification-row .notification-background {
border-radius: 7px;
color: #cad3f5;
background-color: #363a4f;
background-color: rgba(54, 58, 79, 0.88);
box-shadow: inset 0 0 0 1px #494d64;
margin-top: 14px;
}