fix(dunst): dont load on start

This commit is contained in:
Barrett Ruth 2026-02-17 16:39:24 -05:00
parent 96be36e1f7
commit 1638d24687
Signed by: barrett
GPG key ID: A6C96C9349D2FC81
5 changed files with 38 additions and 38 deletions

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"
systemctl --user restart dunst
dunstctl reload
}
fi