Replies: 1 comment
-
I'm now finding another post in the "Issues" section suggesting that "tooltip-format": is not supported for Custom Modules. Can someone confirm? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I want to have a tooltip that's just plain text. However, when I hover the mouse over the waybar icon, I just get the icon as the "tooltip" as opposed to the text. I'm working with a provided script that I've been modding over time. I just noticed this issue. the section from the waybar/modules is below:
"custom/cycle_wall":{
"format": " ",
"on-click": "azote",
"on-click-right": "nwg-look",
"on-click-middle": "~/.config/hypr/scripts/waybar-style-change",
"tooltip": true,
"tooltip-format": "Change wallpaper or style"
},
I've tried changing the initial format statement to "format": "{icon}" and adding "format-icons" below it, that had no effect. Also tried deleting the superfluous '"tooltip": true' (defaults to true as I understand) but, as expected, no impact.
Maybe there's something about formatting a plain-text tooltip that either I, or the original author didn't know? Maybe syntax has changed since this was originally created?
Perhaps worth mentioning. I'm running hyprland.
Was not finding it in the Wiki but, if it's there and I missed it, just point me to it and I'll see if I can sort out what I'm not seeing.
Beta Was this translation helpful? Give feedback.
All reactions