Waybar
Waybar copied to clipboard
(hyprland/language) [Feature request] Tooltip on the module
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}"
}
Started working on this here: #3698
Curious if there's anything left to do here. Would be great to cross this off my list of bugs. If there's anything I can do to help, please let me know.