nixcfg/homeManagerModules/guiApps/waybar/waybar.css

31 lines
596 B
CSS
Raw Normal View History

2024-03-24 10:59:08 -04:00
* {
border: none;
border-radius: 0;
font-family: "NotoSansM Nerd Font";
2024-03-24 10:59:08 -04:00
font-size: 14px;
font-weight: 600;
2024-03-24 10:59:08 -04:00
}
window#waybar {
background: rgba (35, 38, 52, 0.8);
color: #FAFAFA;
2024-03-24 10:59:08 -04:00
}
#workspaces button {
2024-03-26 14:45:17 -04:00
padding: 0px 5px;
margin: 0 0px;
color: #FAFAFA;
2024-03-24 10:59:08 -04:00
}
#workspaces button.active {
color: #ca9ee6;
}
2024-03-27 20:03:33 -04:00
#clock, #battery, #bluetooth, #network, #power-profiles-daemon, #pulseaudio, #tray {
2024-03-24 10:59:08 -04:00
padding: 0 10px;
margin: 0 5px;
}
2024-03-26 22:16:04 -04:00
#battery { color: #FAFAFA; }
#battery.charging {
color: #ca9ee6;
}
#battery.critical:not(.charging) {
color: #e78284;
}