emersion / mako

A lightweight Wayland notification daemon
https://wayland.emersion.fr/mako
MIT License
2.17k stars 137 forks source link

pango markup doesn't work in title #513

Open jlo62 opened 4 months ago

jlo62 commented 4 months ago

May be related to #122

When I run\ notify-send '<span strikethrough="true">tabletmode</span>' && notify-send ' ' '<span strikethrough="true">tabletmode</span>' image

My workaround is to only use %b, as I don't want the particular message to be bold.