test
This commit is contained in:
parent
49b2b189f1
commit
5570a47557
1 changed files with 3 additions and 0 deletions
|
@ -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 {}
|
||||||
|
|
Loading…
Reference in a new issue