-
-
Notifications
You must be signed in to change notification settings - Fork 976
Open
Description
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.
Reactions are currently unavailable