test
This commit is contained in:
parent
45b67ce1c3
commit
f5850878c1
1 changed files with 4 additions and 4 deletions
|
@ -196,14 +196,14 @@
|
||||||
#custom-tailscale button:hover,
|
#custom-tailscale button:hover,
|
||||||
#custom-wlogout button:hover,
|
#custom-wlogout button:hover,
|
||||||
#window button:hover{
|
#window button:hover{
|
||||||
#${config.lib.stylix.colors.base00}
|
#${config.lib.stylix.colors.base00};
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Warning plugins state
|
* Warning plugins state
|
||||||
*/
|
*/
|
||||||
#battery.warning {
|
#battery.warning {
|
||||||
#${config.lib.stylix.colors.base0A}
|
#${config.lib.stylix.colors.base0A};
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
@ -213,10 +213,10 @@
|
||||||
#battery.critical,
|
#battery.critical,
|
||||||
#custom-tailscale.Stopped,
|
#custom-tailscale.Stopped,
|
||||||
#network.disconnected {
|
#network.disconnected {
|
||||||
#${config.lib.stylix.colors.base08}
|
#${config.lib.stylix.colors.base08};
|
||||||
}
|
}
|
||||||
#battery.charging {
|
#battery.charging {
|
||||||
#${config.lib.stylix.colors.base0C}
|
#${config.lib.stylix.colors.base0C};
|
||||||
}
|
}
|
||||||
#battery.plugged {}
|
#battery.plugged {}
|
||||||
#pulseaudio.bluetooth {}
|
#pulseaudio.bluetooth {}
|
||||||
|
|
Loading…
Reference in a new issue