fix(mako): escape newline properly in conf file

This commit is contained in:
Yorick Barbanneau 2024-09-09 21:34:19 +02:00
parent fd44fc5f50
commit d4e6c583b3

View file

@ -26,7 +26,9 @@ with lib;
maxIconSize = 64; maxIconSize = 64;
layer = "overlay"; layer = "overlay";
anchor = "top-right"; anchor = "top-right";
format = ''<span font_scale="small-caps">%a</span>\n<b>%s</b>\n%b''; format = ''
<span font_scale='small-caps'>%a</span>\n<b>%s</b>\n%b
'';
extraConfig = '' extraConfig = ''
[urgency="high"] [urgency="high"]
border-color=#F268b3 border-color=#F268b3