summaryrefslogtreecommitdiff
path: root/scripts/random_wallpaper.sh
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/random_wallpaper.sh')
-rwxr-xr-xscripts/random_wallpaper.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/random_wallpaper.sh b/scripts/random_wallpaper.sh
index d4f3386..73d427f 100755
--- a/scripts/random_wallpaper.sh
+++ b/scripts/random_wallpaper.sh
@@ -9,7 +9,7 @@ if [ -d "${WALLPAPERDIR}" ]; then
files=$(ls "${WALLPAPERDIR}")
file_matrix=($files)
num_files=${#file_matrix[*]}
- file = "${WALLPAPERDIR}/${file_matrix[$((RANDOM%num_files))]}"
+ file="${WALLPAPERDIR}/${file_matrix[$((RANDOM%num_files))]}"
else
file = ${FVWM_USERDIR}/images/default_wall.jpg
fi