2025-03-24 03:31:23 -04:00
|
|
|
*{font-family:monospace;}
|
2025-03-22 22:05:44 -04:00
|
|
|
|
2025-04-07 02:45:36 -04:00
|
|
|
window#waybar{
|
|
|
|
background-color:transparent;
|
2025-03-22 22:05:44 -04:00
|
|
|
}
|
|
|
|
|
2025-04-17 17:34:58 -04:00
|
|
|
#workspaces button,#mode,#mpris,#privacy,#custom-weather,#network,#temperature,#wireplumber,#backlight,#battery,#clock{
|
2025-04-07 02:45:36 -04:00
|
|
|
background-color:silver;
|
|
|
|
color:black;
|
|
|
|
border-radius:10px;
|
|
|
|
padding:0 8px;
|
|
|
|
margin:0 2px;
|
2025-03-23 22:49:02 -04:00
|
|
|
}
|
|
|
|
|
2025-04-07 02:45:36 -04:00
|
|
|
#workspaces button.focused,#battery.charging{
|
|
|
|
background-color:darkslateblue;
|
|
|
|
color:white;
|
2025-03-22 22:05:44 -04:00
|
|
|
}
|
|
|
|
|
2025-04-07 02:45:36 -04:00
|
|
|
#workspaces button.urgent,#battery.warning:not(.charging){
|
|
|
|
background-color:firebrick;
|
2025-03-22 22:05:44 -04:00
|
|
|
}
|