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 {
|
||||
background-color: #${config.lib.stylix.colors.base0A};
|
||||
color: #${config.lib.stylix.colors.base00};
|
||||
}
|
||||
|
||||
/*
|
||||
|
@ -214,9 +215,11 @@
|
|||
#custom-tailscale.Stopped,
|
||||
#network.disconnected {
|
||||
background-color: #${config.lib.stylix.colors.base08};
|
||||
color: #${config.lib.stylix.colors.base00};
|
||||
}
|
||||
#battery.charging {
|
||||
background-color: #${config.lib.stylix.colors.base0C};
|
||||
color: #${config.lib.stylix.colors.base00};
|
||||
}
|
||||
#battery.plugged {}
|
||||
#pulseaudio.bluetooth {}
|
||||
|
|
Loading…
Reference in a new issue