Updated config

This commit is contained in:
Eduard Urbach 2025-02-11 17:54:18 +01:00
parent 91cd55c9f9
commit 7c40a9a6bb
Signed by: eduard
GPG key ID: 49226B848C78F6C8
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);
} }