From f6e569da7c2f15feb042658930b428d6555201f4 Mon Sep 17 00:00:00 2001 From: Christian Ott Date: Sat, 1 Jun 2024 16:13:35 +0200 Subject: [PATCH] fix dunst config syntax --- modules/dunst.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/dunst.nix b/modules/dunst.nix index 0980d59..ede7f7b 100644 --- a/modules/dunst.nix +++ b/modules/dunst.nix @@ -34,7 +34,7 @@ markup = "full"; origin = "top-right"; offset = "10x10"; - format = "%s''\n%b"; + format = "%s\\n%b"; alignment = "left"; show_age_threshold = 60; word_wrap = true; @@ -89,7 +89,7 @@ appname = "network"; new_icon = "network"; summary = "*"; - format = "%s''\n%b"; + format = "%s\\n%b"; }; NetworkManager_Applet = { appname = "NetworkManager Applet";