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-muted = " ";
|
||||
format-muted = " {format_source}";
|
||||
format-source = " ";
|
||||
format-source-muted = " ";
|
||||
format-source = "";
|
||||
format-source-muted = "";
|
||||
format-icons = {
|
||||
headphone = " ";
|
||||
headset = " ";
|
||||
|
@ -196,12 +196,14 @@
|
|||
#custom-tailscale button:hover,
|
||||
#custom-wlogout button:hover,
|
||||
#window button:hover{
|
||||
#${config.lib.stylix.colors.base00}
|
||||
}
|
||||
|
||||
/*
|
||||
* Warning plugins state
|
||||
*/
|
||||
#battery.warning {
|
||||
#${config.lib.stylix.colors.base0A}
|
||||
}
|
||||
|
||||
/*
|
||||
|
@ -211,13 +213,13 @@
|
|||
#battery.critical,
|
||||
#custom-tailscale.Stopped,
|
||||
#network.disconnected {
|
||||
#${config.lib.stylix.colors.base08}
|
||||
}
|
||||
#battery.charging {
|
||||
#${config.lib.stylix.colors.base0C}
|
||||
}
|
||||
#battery.plugged {
|
||||
}
|
||||
#pulseaudio.bluetooth {
|
||||
}
|
||||
#battery.plugged {}
|
||||
#pulseaudio.bluetooth {}
|
||||
tooltip {
|
||||
font-size: 14px;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue