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 meant, did you try without the highlighted line? Because with "escape" : true, the custom module first processes the output through markup_escape_text, so e.g. <span> becomes <span>.
Hello,
I've made a very custom module to display text coming from a server which is
JSON
formatted.I would like to style a part of the text using pango markup but its not working.
My config file below:
Basically,
exec
field receive the following text:Above, I'm trying to set in italic a part of
tooltip
field. However, thetooltip
itself display the whole string in waybar with thespan
tag.How can I make it right ?
(I'm on wayland with hyprland)
The text was updated successfully, but these errors were encountered: