fix(scripts): restart dunst

This commit is contained in:
Barrett Ruth 2026-02-17 08:54:05 -05:00
parent 9bb85991e7
commit bcf88fac4e
Signed by: barrett
GPG key ID: A6C96C9349D2FC81

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 -w dunst 2>/dev/null; dunst &
systemctl --user restart dunst
}
fi