Fixed language on waybar.

This commit is contained in:
vorboyvo 2024-07-11 12:02:04 -04:00
parent 5c5e381c8d
commit cd17e3a297

View file

@ -80,11 +80,11 @@ in {
icon-size = 20;
spacing = 5;
};
# "sway/language" = {
# format = "eriuu";
# tooltip-format = "boofer";
# on-click = ''swaymsg input "*" xkb_switch_layout next'';
# };
"sway/language" = {
format = "{shortDescription}";
tooltip-format = "{long}";
on-click = ''swaymsg input "*" xkb_switch_layout next'';
};
clock = {
interval = 1;
format = "<span size='10pt' font='Red Hat Mono'>{:L%H:%M:%S %a %F}</span>";
@ -136,7 +136,7 @@ in {
}
'' + ''
#language {
min-width: 25px;
min-width: 30px;
}
'' + "";
}