Updated config

This commit is contained in:
Eduard Urbach 2025-02-11 17:54:18 +01:00
parent 8931c1696f
commit eff6b82f1f
Signed by: akyoto
GPG Key ID: C874F672B1AF20C0
2 changed files with 5 additions and 3 deletions

View File

@ -14,8 +14,6 @@ decoration {
blur { blur {
enabled = true enabled = true
size = 3
passes = 6
} }
shadow { shadow {

View File

@ -22,10 +22,14 @@
} }
#workspaces button { #workspaces button {
color: rgba(255, 255, 255, 0.2); color: rgba(255, 255, 255, 0.1);
padding: 4px; padding: 4px;
} }
#workspaces button.empty {
color: transparent;
}
#workspaces button.active { #workspaces button.active {
color: rgba(255, 255, 255, 0.75); color: rgba(255, 255, 255, 0.75);
} }