mirror of
https://github.com/alyraffauf/nixcfg.git
synced 2024-11-22 18:23:54 -05:00
45 lines
606 B
CSS
45 lines
606 B
CSS
* {
|
|
border: none;
|
|
border-radius: 0;
|
|
font-family: "NotoSansM Nerd Font";
|
|
font-size: 14px;
|
|
font-weight: 600;
|
|
}
|
|
|
|
window#waybar {
|
|
background: rgba (35, 38, 52, 0.8);
|
|
color: #FAFAFA;
|
|
}
|
|
|
|
#workspaces button {
|
|
padding: 0px 5px;
|
|
margin: 0 0px;
|
|
color: #FAFAFA;
|
|
}
|
|
|
|
#workspaces button.active {
|
|
color: #ca9ee6;
|
|
}
|
|
|
|
#clock,
|
|
#battery,
|
|
#bluetooth,
|
|
#network,
|
|
#power-profiles-daemon,
|
|
#pulseaudio,
|
|
#tray {
|
|
padding: 0 10px;
|
|
margin: 0 5px;
|
|
}
|
|
|
|
#battery {
|
|
color: #FAFAFA;
|
|
}
|
|
|
|
#battery.charging {
|
|
color: #ca9ee6;
|
|
}
|
|
|
|
#battery.critical:not(.charging) {
|
|
color: #e78284;
|
|
} |