fix waybar style to be more neutral

This commit is contained in:
2026-01-25 17:29:15 +01:00
parent b7cca69015
commit 64687a4301
2 changed files with 231 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
window#waybar {
background-color: #000000; /* or transparent */
color: #ffffff;
}
#workspaces button {
background-color: transparent;
color: #ffffff;
}
#workspaces button.active {
background-color: #444444;
}