summaryrefslogtreecommitdiff
path: root/.xprofile
diff options
context:
space:
mode:
Diffstat (limited to '.xprofile')
-rw-r--r--.xprofile2
1 files changed, 1 insertions, 1 deletions
diff --git a/.xprofile b/.xprofile
index f8096dd..5d49349 100644
--- a/.xprofile
+++ b/.xprofile
@@ -19,7 +19,7 @@ elif [ "$DESKTOP_SESSION" = "xmonad" ] || \
fi
# Setup wallpaper
-WP_DIR="$HOME/pictures/wallpapers/"
+WP_DIR="$HOME/Pictures/Wallpapers/"
if [ -d "$WP_DIR" ]; then
WP=$( ls -l "$WP_DIR" | tail -n +2 | awk '{ print $9 }' | shuf | tail -n -1 )
xwallpaper --zoom "$WP_DIR/$WP"