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