Skip to content

Commit ad52bac

Browse files
committed
Use confDir variable for dunst theme patching
1 parent 9196c9d commit ad52bac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Configs/.local/share/bin/themeswitch.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ fi
118118

119119
#// dunst
120120

121-
sed -i "/^ icon_theme =/c\ icon_theme = \"${gtkIcon}\"" ~/.config/dunst/dunst.conf
121+
sed -i "/^ icon_theme =/c\ icon_theme = \"${gtkIcon}\"" "${confDir}/dunst/dunst.conf"
122122

123123

124124
#// wallpaper

0 commit comments

Comments
 (0)