waybar: changed colors to best maatch catppuccin frappe

This commit is contained in:
Aly Raffauf 2024-03-25 21:55:30 -04:00
parent fbe3edb309
commit 06a4dd6609

View file

@ -13,13 +13,13 @@ window#waybar {
color: #FFFFFF;
}
#workspaces button.active {
color: green;
color: #a6d189;
}
#clock, #battery, #pulseaudio, #bluetooth, #network, #tray, #power-profiles-daemon {
padding: 0 10px;
margin: 0 5px;
}
#battery.critical { color: red; }
#battery.full { color: green; }
#battery.critical { color: #e78284; }
#battery.full { color: #a6d189; }
#battery.normal { color: #FFFFFF; }