Fix wallpaper application

- The script was not applying the wallpaper after changing the theme,
  the issue is now fixed.
This commit is contained in:
cizordj
2020-06-29 13:31:22 -03:00
parent 10b58fe7e0
commit cf38f576fa
+1
View File
@@ -75,6 +75,7 @@ function restartApps(){
pkill dunst
xrdb ${CONFIG_PATH['xresources']}
i3-msg restart
nitrogen --restore
notify-send "Theme applied successfully!"
}