fix(zsh): live reload zsh theme
This commit is contained in:
parent
b11fb50222
commit
8fbf2324ce
1 changed files with 7 additions and 0 deletions
|
|
@ -97,6 +97,13 @@ Linux)
|
|||
ln -sf "$fuzzel_themes/$theme.ini" "$fuzzel_themes/theme.ini"
|
||||
}
|
||||
|
||||
dunst_themes="$cfg/dunst/themes"
|
||||
[ -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 &
|
||||
}
|
||||
|
||||
fi
|
||||
;;
|
||||
Darwin)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue