hopefully done for a while

This commit is contained in:
steven 2025-03-24 03:31:23 -04:00
parent a1b5941299
commit 7b023d62b9
3 changed files with 38 additions and 39 deletions

View file

@ -1,6 +1,4 @@
* {
font: bold 14px monospace;
}
*{font-family:monospace;}
window#waybar {
background-color: transparent;
@ -14,15 +12,10 @@ window#waybar {
margin: 0 2px;
}
#workspaces button.focused {
background-color: darkslategrey;
color: white;
}
#workspaces button.urgent, #battery.warning {
background-color: firebrick;
}
#battery.charging {
#workspaces button.focused, #battery.charging {
background-color: olivedrab;
}
#workspaces button.urgent, #battery.warning:not(.charging) {
background-color: firebrick;
}