fix(mako): escape newline properly in conf file
This commit is contained in:
parent
fd44fc5f50
commit
d4e6c583b3
1 changed files with 3 additions and 1 deletions
|
@ -26,7 +26,9 @@ with lib;
|
|||
maxIconSize = 64;
|
||||
layer = "overlay";
|
||||
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 = ''
|
||||
[urgency="high"]
|
||||
border-color=#F268b3
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue