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
-
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
pattern suggested in the wiki, as the
label
seems to be whatever the module'stext
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.
Beta Was this translation helpful? Give feedback.
All reactions