From 206ded407eb8cc80104fae41252705a67037f137 Mon Sep 17 00:00:00 2001 From: Dominik Schrempf Date: Mon, 20 Jun 2022 08:07:29 +0200 Subject: [PATCH] dunst: fix settings example --- modules/services/dunst.nix | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/modules/services/dunst.nix b/modules/services/dunst.nix index 083ff2b3a..b98b645e4 100644 --- a/modules/services/dunst.nix +++ b/modules/services/dunst.nix @@ -108,7 +108,10 @@ in { example = literalExpression '' { global = { - geometry = "300x5-30+50"; + width = 300; + height = 300; + offset = "30x50"; + origin = "top-right"; transparency = 10; frame_color = "#eceff1"; font = "Droid Sans 9";