Waybar: fix labels

This commit is contained in:
Filippo Berto 2024-04-13 16:39:40 +02:00
parent a947b7e282
commit 9192ff91dc
No known key found for this signature in database
GPG key ID: FE98AE5EC52B1056

View file

@ -71,11 +71,15 @@ in
"format-icons" = { "locked" = ""; "unlocked" = ""; };
};
"idle_inhibitor" = {
"format" = "{icon}";
"format" = "{status} {icon}";
"format-icons" = { "activated" = ""; "deactivated" = ""; };
};
tray.spacing = 10;
clock = {
"interval" = 1;
"format" = "{:%T}";
"tooltip" = true;
"tooltip-format" = "{:%a %d/%m/%y}";
# on-click = "mode";
# tooltip = true;
# tooltip-format = "<big>{%Y %B}</big>\n<tt><small>{calendar}</small></tt>";
@ -109,7 +113,7 @@ in
"critical" = 15;
};
"format" = "{capacity}% {icon}";
"format-charging" = "{capacity}% ";
"format-charging" = "{capacity}% {icon}";
"format-plugged" = "{capacity}% ";
"format-alt" = "{time} {icon}";
# "format-good"= ""; # An empty format will hide the module
@ -200,7 +204,7 @@ in
font-size: 10px;
margin: 0px 5px;
}
#tray, #pulseaudio, #network, #language, #custom-notification, #cpu, #memory, #temperature, #keyboard-state, #backlight, #battery, #battery#bat2, #clock {
#tray, #pulseaudio label, #network, #language, #custom-notification, #cpu, #memory, #temperature, #keyboard-state label, #backlight, #battery, #battery#bat2, #clock, #idle_inhibitor {
color: ${custom.foreground};
border-radius: 0.5em;
padding: 0.5em;