Waybar: fix labels
This commit is contained in:
parent
a947b7e282
commit
9192ff91dc
1 changed files with 7 additions and 3 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue