2024-03-24 10:59:08 -04:00
|
|
|
* {
|
|
|
|
border: none;
|
|
|
|
border-radius: 0;
|
2024-03-24 16:14:45 -04:00
|
|
|
font-family: "NotoSansM Nerd Font";
|
2024-03-24 10:59:08 -04:00
|
|
|
font-size: 14px;
|
|
|
|
}
|
|
|
|
window#waybar {
|
2024-03-25 22:58:46 -04:00
|
|
|
background: rgba (35, 38, 52, 0.8);
|
2024-03-25 22:32:57 -04:00
|
|
|
color: #FAFAFA;
|
2024-03-24 10:59:08 -04:00
|
|
|
}
|
|
|
|
#workspaces button {
|
2024-03-26 14:45:17 -04:00
|
|
|
padding: 0px 5px;
|
2024-03-26 14:43:17 -04:00
|
|
|
margin: 0 0px;
|
2024-03-25 22:32:57 -04:00
|
|
|
color: #FAFAFA;
|
2024-03-24 10:59:08 -04:00
|
|
|
}
|
2024-03-24 14:04:42 -04:00
|
|
|
#workspaces button.active {
|
2024-03-25 22:32:57 -04:00
|
|
|
color: #ca9ee6;
|
2024-03-24 14:04:42 -04:00
|
|
|
}
|
2024-03-24 10:59:08 -04:00
|
|
|
#clock, #battery, #pulseaudio, #bluetooth, #network, #tray, #power-profiles-daemon {
|
|
|
|
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;
|
|
|
|
}
|