summaryrefslogtreecommitdiff
path: root/.xprofile
diff options
context:
space:
mode:
authorAndrew <saintruler@gmail.com>2021-11-04 18:12:22 +0400
committerAndrew <saintruler@gmail.com>2021-11-04 18:12:22 +0400
commita9f9045a0bb459248ce9b6c78c03106dafdf62e8 (patch)
tree8b8b5014ec99bbc1a6775876cb485535f9335a43 /.xprofile
parente471f3f17b0e626b90f851a5c04a95d6731623eb (diff)
Changed names of directories in ~
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"