change waybar style

This commit is contained in:
2026-01-25 17:45:18 +01:00
parent 64687a4301
commit c2a5de9d1d
+8 -8
View File
@@ -1,11 +1,11 @@
window#waybar {
* {
font-size: 15px;
padding: 0px;
margin: 0px;
min-height: 0px;
min-width: 50px;
background-color: #000000; /* or transparent */
color: #ffffff;
}
#workspaces button {
background-color: transparent;
color: #ffffff;
}
#workspaces button.active {
background-color: #444444;
margin-left: 20px;
}