Skip to content

tooltips do not display provided values #4786

@adpce

Description

@adpce

I have a custom module

	"custom/xmr": {
		"exec": "~/.local/bin/xmr",
		"interval": 600,
		"return-type": "json",
		"tooltip": true,
		"format": "XMR £{}",
		"tooltip-format": "XMR £{}"
	},

Which listens to the output of a script, one such output is provided:

{"text":"000.00","alt":"","tooltip":"000.00","class":"","percentage":""}

(Exact numbers are removed)

The "format" displays correctly, the "tooltip-format" displays the same as the "format".
Attempts to change this, for example by setting

"tooltip-format": "XMR £{tooltip}"

are not effective.

Is there some trivially easy way of doing this that I don't know about?

Thank you for your time.

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions