fix(dunst): actually trigger daylight, midnight themes
This commit is contained in:
parent
bcf88fac4e
commit
61d2bd2895
3 changed files with 10 additions and 4 deletions
|
|
@ -99,8 +99,7 @@ Linux)
|
|||
|
||||
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"
|
||||
ln -sf "$dunst_themes/$theme.conf" "$dunst_themes/theme.conf"
|
||||
systemctl --user restart dunst
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue