fix(dunst): avoid lock issues and use new syntax

This commit is contained in:
Barrett Ruth 2026-02-15 11:58:38 -05:00
parent 8fbf2324ce
commit 57444fb133
Signed by: barrett
GPG key ID: A6C96C9349D2FC81
2 changed files with 2 additions and 2 deletions

View file

@ -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;

View file

@ -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