From 57444fb133899327a5da553692877c762ea6b5cf Mon Sep 17 00:00:00 2001 From: Barrett Ruth Date: Sun, 15 Feb 2026 11:58:38 -0500 Subject: [PATCH] fix(dunst): avoid lock issues and use new syntax --- home/modules/ui.nix | 2 +- scripts/theme | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/home/modules/ui.nix b/home/modules/ui.nix index 03de030..8f70a2d 100644 --- a/home/modules/ui.nix +++ b/home/modules/ui.nix @@ -286,7 +286,7 @@ in width = "(0, 400)"; height = "(0, 120)"; origin = "top-right"; - offset = "16x16"; + offset = "(16, 16)"; padding = 10; horizontal_padding = 10; frame_width = 3; diff --git a/scripts/theme b/scripts/theme index da240c6..ad39fd5 100755 --- a/scripts/theme +++ b/scripts/theme @@ -101,7 +101,7 @@ Linux) [ -f "$dunst_themes/$theme.conf" ] && { mkdir -p "$cfg/dunst/dunstrc.d" ln -sf "$dunst_themes/$theme.conf" "$cfg/dunst/dunstrc.d/theme.conf" - killall dunst 2>/dev/null; dunst & + killall -w dunst 2>/dev/null; dunst & } fi