Alexays / Waybar

Highly customizable Wayland bar for Sway and Wlroots based compositors. :v: :tada:
MIT License
6.55k stars 705 forks source link

(hyprland/language) [Feature request] Tooltip on the module #3693

Open vpcano opened 1 week ago

vpcano commented 1 week ago

It would be great to have a tooltip that displays info about the current keyboard layout. The same format replacements used for the format config option could be used to configure what the tooltip shoud show.

For example:

"hyprland/language": {
    "format": "Layout: {short}",
    "tooltip" true,
    "tooltip-format": "Layout: {long}"
}
vpcano commented 1 week ago

Started working on this here: #3698