mirror of
https://github.com/alyraffauf/nixcfg.git
synced 2024-11-22 05:53:56 -05:00
waybar: changed colors to best maatch catppuccin frappe
This commit is contained in:
parent
fbe3edb309
commit
06a4dd6609
|
@ -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; }
|
||||
|
||||
|
|
Loading…
Reference in a new issue