You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to change the tooltip font for a single module.
Specifically, I have a script for my custom-pacman module that outputs the list of updates as the tooltip. For that to look nice it needs to be monospaced, but I don't want all tooltips to be monospaced.
I'm not sure how I can apply the
tooltiplabel {
…
}
pattern suggested in the wiki, as the label seems to be whatever the module's text is, which is not at all helpful.
I added a class to the module, but it doesn't seem to be applied to the corresponding tooltip.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
I'm trying to change the tooltip font for a single module.
Specifically, I have a script for my
custom-pacmanmodule that outputs the list of updates as the tooltip. For that to look nice it needs to be monospaced, but I don't want all tooltips to be monospaced.I'm not sure how I can apply the
pattern suggested in the wiki, as the
labelseems to be whatever the module'stextis, which is not at all helpful.I added a class to the module, but it doesn't seem to be applied to the corresponding tooltip.
Beta Was this translation helpful? Give feedback.
All reactions