nixcfg/homeManagerModules/apps/waybar/waybar.css

64 lines
880 B
CSS
Raw Normal View History

2024-03-24 10:59:08 -04:00
* {
border: none;
border-radius: 0;
2024-04-28 09:46:06 -04:00
font-family: "NotoSansMNerdFont";
2024-03-24 10:59:08 -04:00
font-size: 14px;
font-weight: 600;
2024-03-24 10:59:08 -04:00
}
2024-03-24 10:59:08 -04:00
window#waybar {
2024-04-10 13:33:23 -04:00
background: rgba (35, 38, 52, 0.4);
color: #FAFAFA;
2024-03-24 10:59:08 -04:00
}
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, #workspaces button.focused {
color: #ca9ee6;
}
#submap, #mode {
padding: 0 15px;
margin: 0 5px;
2024-04-19 14:58:02 -04:00
color: #e78284;
}
2024-04-13 16:44:22 -04:00
#tags button {
padding: 0px 5px;
margin: 0 0px;
color: #FAFAFA;
}
#tags button.focused {
color: #ca9ee6;
}
#clock,
#battery,
#bluetooth,
#network,
#power-profiles-daemon,
#pulseaudio,
#wireplumber,
#inhibitor,
#custom-logout,
#tray {
padding: 0 7.5px;
2024-03-24 10:59:08 -04:00
margin: 0 5px;
}
#battery {
color: #FAFAFA;
}
2024-03-26 22:16:04 -04:00
#battery.charging {
color: #ca9ee6;
}
2024-03-26 22:16:04 -04:00
#battery.critical:not(.charging) {
color: #e78284;
}