This commit is contained in:
iFargle 2024-01-06 20:47:07 +09:00
parent fa86bb0eda
commit ec7534f39e

View file

@ -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;
}