test
This commit is contained in:
parent
ed571cc4ad
commit
b73e0dfb98
1 changed files with 4 additions and 3 deletions
|
@ -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;
|
||||||
|
|
Loading…
Reference in a new issue