1
0

Darker waybar

Works better without gaps.
This commit is contained in:
2021-11-24 11:59:44 +01:00
parent 55ea90a37c
commit 96cdcfe9ef
+2 -2
View File
@@ -14,7 +14,7 @@ window {
}
window#waybar {
background-color: alpha(@background, 0.3);
background-color: alpha(@background, 0.7);
color: @foreground;
}
@@ -41,7 +41,7 @@ window#waybar.kitty {
}
#workspaces button.focused {
background-color: @background;
background-color: @color4;
color: @foreground;
}