dotfiles/waybar/style.css
2025-03-26 23:09:56 -04:00

22 lines
485 B
CSS

*{font-family:monospace;}
window#waybar {
background-color: transparent;
}
#workspaces button, #mode, #mpris, #privacy, #network, #temperature, #wireplumber, #backlight, #battery, #clock {
background-color: silver;
color: black;
border-radius: 10px;
padding: 0 8px;
margin: 0 2px;
}
#workspaces button.focused, #battery.charging {
background-color: darkslateblue;
color: white;
}
#workspaces button.urgent, #battery.warning:not(.charging) {
background-color: firebrick;
}