Skip to content
This repository was archived by the owner on Jun 7, 2025. It is now read-only.

Commit a18fa08

Browse files
committed
Fix dunst config
1 parent de0b4ce commit a18fa08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

home/dunst.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
font = "Meslo Nerd Font 11";
2727
line_height = 3;
2828
markup = "full";
29-
format = "<b>%s</b>\n%b";
29+
format = "<b>%s</b>\\n%b";
3030
alignment = "center";
3131
vertical_alignment = "top";
3232
show_age_threshold = 10;

0 commit comments

Comments
 (0)