This commit is contained in:
iFargle 2024-01-06 20:50:47 +09:00
parent f5850878c1
commit 031523ebca

View file

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