update colors

This commit is contained in:
steven 2025-03-23 22:49:02 -04:00
parent ce17800973
commit a1b5941299

View file

@ -6,19 +6,23 @@ window#waybar {
background-color: transparent;
}
#workspaces button.focused, #battery.charging, #battery.charging.warning {
background-color: lightgreen;
#workspaces button, #mode, #mpris, #privacy, #network, #temperature, #wireplumber, #backlight, #battery, #clock {
background-color: silver;
color: black;
}
#workspaces button.urgent, #battery.warning {
background-color: red;
color: black;
}
#workspaces button, #mode, #mpris, #privacy, #network, #wireplumber, #backlight, #battery, #clock {
background-color: darkgreen;
border-radius: 10px;
padding: 0 8px;
margin: 0 2px;
}
#workspaces button.focused {
background-color: darkslategrey;
color: white;
}
#workspaces button.urgent, #battery.warning {
background-color: firebrick;
}
#battery.charging {
background-color: olivedrab;
}