Skip to content
New issue

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

Custom modules refusing to set tooltip format. #3210

Closed
Spelis opened this issue May 5, 2024 · 0 comments
Closed

Custom modules refusing to set tooltip format. #3210

Spelis opened this issue May 5, 2024 · 0 comments

Comments

@Spelis
Copy link

Spelis commented May 5, 2024

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.

EDIT:
tooltips do work with the clock module, for some reason?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants