dotfiles/waybar/style.css

29 lines
512 B
CSS
Raw Normal View History

2025-03-22 22:05:44 -04:00
* {
font: bold 14px monospace;
}
window#waybar {
background-color: transparent;
}
2025-03-23 22:49:02 -04:00
#workspaces button, #mode, #mpris, #privacy, #network, #temperature, #wireplumber, #backlight, #battery, #clock {
background-color: silver;
2025-03-22 22:05:44 -04:00
color: black;
2025-03-23 22:49:02 -04:00
border-radius: 10px;
padding: 0 8px;
margin: 0 2px;
}
#workspaces button.focused {
background-color: darkslategrey;
color: white;
2025-03-22 22:05:44 -04:00
}
#workspaces button.urgent, #battery.warning {
2025-03-23 22:49:02 -04:00
background-color: firebrick;
2025-03-22 22:05:44 -04:00
}
2025-03-23 22:49:02 -04:00
#battery.charging {
background-color: olivedrab;
2025-03-22 22:05:44 -04:00
}