diff --git a/home/services/dunst/default.nix b/home/services/dunst/default.nix
index 6ea06d0..c254024 100644
--- a/home/services/dunst/default.nix
+++ b/home/services/dunst/default.nix
@@ -36,7 +36,7 @@
markup = "full";
geometry = "300x2-30+20";
shrink = "yes";
- format = "%s%b";
+ format = "%s %b";
alignment = "left";
vertical_alignment = "center";
show_age_threshold = 60;