mirror of
https://github.com/alyraffauf/nixcfg.git
synced 2024-11-22 22:03:55 -05:00
20 lines
436 B
CSS
20 lines
436 B
CSS
|
* {
|
||
|
border: none;
|
||
|
border-radius: 0;
|
||
|
font-family: "DroidSansM Nerd Font Mono";
|
||
|
font-size: 14px;
|
||
|
}
|
||
|
window#waybar {
|
||
|
background: rgba (0, 0, 0, 0.5);
|
||
|
color: #FFFFFF;
|
||
|
}
|
||
|
#workspaces button {
|
||
|
padding: 5px 10px;
|
||
|
background: #000;
|
||
|
color: #FFFFFF;
|
||
|
}
|
||
|
#clock, #battery, #pulseaudio, #bluetooth, #network, #tray, #power-profiles-daemon {
|
||
|
padding: 0 10px;
|
||
|
margin: 0 5px;
|
||
|
}
|
||
|
#battery.critical { color: red; }
|