24 lines
485 B
CSS
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;
|
|
}
|