2025-03-24 03:31:23 -04:00
|
|
|
*{font-family:monospace;}
|
2025-03-22 22:05:44 -04:00
|
|
|
|
|
|
|
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;
|
|
|
|
}
|
|
|
|
|
2025-03-24 03:31:23 -04:00
|
|
|
#workspaces button.focused, #battery.charging {
|
|
|
|
background-color: olivedrab;
|
2025-03-22 22:05:44 -04:00
|
|
|
}
|
|
|
|
|
2025-03-24 03:31:23 -04:00
|
|
|
#workspaces button.urgent, #battery.warning:not(.charging) {
|
2025-03-23 22:49:02 -04:00
|
|
|
background-color: firebrick;
|
2025-03-22 22:05:44 -04:00
|
|
|
}
|