test
This commit is contained in:
parent
fa86bb0eda
commit
ec7534f39e
1 changed files with 8 additions and 6 deletions
|
@ -87,8 +87,8 @@
|
||||||
format-bluetooth = "{volume}% {icon} {format_source}";
|
format-bluetooth = "{volume}% {icon} {format_source}";
|
||||||
format-bluetooth-muted = " ";
|
format-bluetooth-muted = " ";
|
||||||
format-muted = " {format_source}";
|
format-muted = " {format_source}";
|
||||||
format-source = " ";
|
format-source = "";
|
||||||
format-source-muted = " ";
|
format-source-muted = "";
|
||||||
format-icons = {
|
format-icons = {
|
||||||
headphone = " ";
|
headphone = " ";
|
||||||
headset = " ";
|
headset = " ";
|
||||||
|
@ -196,12 +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}
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Warning plugins state
|
* Warning plugins state
|
||||||
*/
|
*/
|
||||||
#battery.warning {
|
#battery.warning {
|
||||||
|
#${config.lib.stylix.colors.base0A}
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
@ -211,13 +213,13 @@
|
||||||
#battery.critical,
|
#battery.critical,
|
||||||
#custom-tailscale.Stopped,
|
#custom-tailscale.Stopped,
|
||||||
#network.disconnected {
|
#network.disconnected {
|
||||||
|
#${config.lib.stylix.colors.base08}
|
||||||
}
|
}
|
||||||
#battery.charging {
|
#battery.charging {
|
||||||
|
#${config.lib.stylix.colors.base0C}
|
||||||
}
|
}
|
||||||
#battery.plugged {
|
#battery.plugged {}
|
||||||
}
|
#pulseaudio.bluetooth {}
|
||||||
#pulseaudio.bluetooth {
|
|
||||||
}
|
|
||||||
tooltip {
|
tooltip {
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue