This commit is contained in:
iFargle 2024-01-06 20:54:02 +09:00
parent 49b2b189f1
commit 5570a47557

View file

@ -204,6 +204,7 @@
*/ */
#battery.warning { #battery.warning {
background-color: #${config.lib.stylix.colors.base0A}; background-color: #${config.lib.stylix.colors.base0A};
color: #${config.lib.stylix.colors.base00};
} }
/* /*
@ -214,9 +215,11 @@
#custom-tailscale.Stopped, #custom-tailscale.Stopped,
#network.disconnected { #network.disconnected {
background-color: #${config.lib.stylix.colors.base08}; background-color: #${config.lib.stylix.colors.base08};
color: #${config.lib.stylix.colors.base00};
} }
#battery.charging { #battery.charging {
background-color: #${config.lib.stylix.colors.base0C}; background-color: #${config.lib.stylix.colors.base0C};
color: #${config.lib.stylix.colors.base00};
} }
#battery.plugged {} #battery.plugged {}
#pulseaudio.bluetooth {} #pulseaudio.bluetooth {}