This commit is contained in:
iFargle 2023-08-30 20:32:32 +09:00
parent ed571cc4ad
commit b73e0dfb98

View file

@ -230,16 +230,17 @@
#battery.critical, #battery.critical,
#custom-tailscale.Stopped, #custom-tailscale.Stopped,
#network.disconnected { #network.disconnected {
color: #e2cca9;
background-color: #fb4934; background-color: #fb4934;
} }
#battery.charging { #battery.charging {
color: #98971a; background-color: #98971a;
} }
#battery.plugged { #battery.plugged {
color: #458588; background-color: #458588;
} }
#pulseaudio.bluetooth { #pulseaudio.bluetooth {
color: #458588; background-color: #458588;
} }
tooltip { tooltip {
color: #e2cca9; color: #e2cca9;