This commit is contained in:
iFargle 2024-01-06 20:52:28 +09:00
parent 031523ebca
commit 49b2b189f1

View file

@ -196,14 +196,14 @@
#custom-tailscale button:hover,
#custom-wlogout button:hover,
#window button:hover{
color: #${config.lib.stylix.colors.base00};
background-color: #${config.lib.stylix.colors.base00};
}
/*
* Warning plugins state
*/
#battery.warning {
color: #${config.lib.stylix.colors.base0A};
background-color: #${config.lib.stylix.colors.base0A};
}
/*
@ -213,10 +213,10 @@
#battery.critical,
#custom-tailscale.Stopped,
#network.disconnected {
color: #${config.lib.stylix.colors.base08};
background-color: #${config.lib.stylix.colors.base08};
}
#battery.charging {
color: #${config.lib.stylix.colors.base0C};
background-color: #${config.lib.stylix.colors.base0C};
}
#battery.plugged {}
#pulseaudio.bluetooth {}