dotfiles/waybar/style.css
2025-03-22 22:05:44 -04:00

24 lines
485 B
CSS

* {
font: bold 14px monospace;
}
window#waybar {
background-color: transparent;
}
#workspaces button.focused, #battery.charging, #battery.charging.warning {
background-color: lightgreen;
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;
}