feat(waybar): cleanups
This commit is contained in:
parent
48fe045cc4
commit
252fc13163
1 changed files with 4 additions and 4 deletions
|
|
@ -96,9 +96,9 @@ in
|
||||||
};
|
};
|
||||||
|
|
||||||
"hyprland/language" = {
|
"hyprland/language" = {
|
||||||
format = " {}";
|
format = "[{}]";
|
||||||
format-en = "en";
|
format-en = "QWERTY";
|
||||||
format-en-colemak = "cmk";
|
format-en-colemak = "Colemak";
|
||||||
tooltip-format = "{long}";
|
tooltip-format = "{long}";
|
||||||
on-click = "ctl keyboard toggle";
|
on-click = "ctl keyboard toggle";
|
||||||
};
|
};
|
||||||
|
|
@ -170,7 +170,7 @@ in
|
||||||
};
|
};
|
||||||
interval = 30;
|
interval = 30;
|
||||||
tooltip = true;
|
tooltip = true;
|
||||||
tooltip-format = "{capacity}% · {timeTo}";
|
tooltip-format = "{timeTo}";
|
||||||
};
|
};
|
||||||
|
|
||||||
clock = {
|
clock = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue