We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
i have this custom module that gets my current keyboard layout and i am trying to set the tooltip format but it isnt working.
"custom/kb": { "format": " {}", "exec": "bash ~/.config/waybar/getkb.sh", "interval":1, "tooltip-format": "Current Keyboard Layout: {}\nSwitch Keyboard Layout ( + X)" }
when i run waybar, the tooltip is the value of format and not tooltip-format. this issue occurs with a different custom module as well.
format
tooltip-format
EDIT: tooltips do work with the clock module, for some reason?
clock
The text was updated successfully, but these errors were encountered:
fix(#3210): tooltip-format on custom modules not working in some cases (
a453ea3
#3213)
fix(Alexays#3210): tooltip-format on custom modules not working in so…
9327296
…me cases (Alexays#3213)
No branches or pull requests
i have this custom module that gets my current keyboard layout and i am trying to set the tooltip format but it isnt working.
when i run waybar, the tooltip is the value of
format
and nottooltip-format
.this issue occurs with a different custom module as well.
EDIT:
tooltips do work with the
clock
module, for some reason?The text was updated successfully, but these errors were encountered: