summaryrefslogtreecommitdiff
path: root/scripts/random_wallpaper.sh
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/random_wallpaper.sh')
-rwxr-xr-xscripts/random_wallpaper.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/random_wallpaper.sh b/scripts/random_wallpaper.sh
index 73d427f..58b3039 100755
--- a/scripts/random_wallpaper.sh
+++ b/scripts/random_wallpaper.sh
@@ -16,5 +16,6 @@ fi
convert ${file} -resize `xdpyinfo |grep dimensions|awk '{print $2}'` "${FVWM_USERDIR}/tmp/current_wall.png"
feh --bg-center "${FVWM_USERDIR}/tmp/current_wall.png"
+FvwmCommand Refresh
exit 0