feat(waybar): more tooltips

This commit is contained in:
Barrett Ruth 2026-02-14 17:48:50 -05:00
parent c64aa6e34f
commit 18d425813f
Signed by: barrett
GPG key ID: A6C96C9349D2FC81
3 changed files with 43 additions and 19 deletions

View file

@ -100,7 +100,7 @@ in
format = "󰌌";
tooltip = true;
tooltip-format = "Keyboard Layout: {long}";
on-click = "ctl keyboard toggle";
on-click = "ctl keyboard next";
on-click-right = "ctl keyboard pick";
};
@ -152,6 +152,7 @@ in
tooltip-format-ethernet = "{ifname} · {ipaddr}";
tooltip-format-disconnected = "disconnected";
on-click = "rfkill toggle wifi";
on-click-right = "ctl wifi pick";
};
battery = {
@ -282,6 +283,7 @@ in
ctl = {
appname = "ctl";
icon_position = "off";
horizontal_padding = 28;
};
};
};