summaryrefslogtreecommitdiff
path: root/.xprofile
diff options
context:
space:
mode:
authorAndrew <saintruler@gmail.com>2021-05-15 14:14:57 +0400
committerAndrew <saintruler@gmail.com>2021-05-15 14:14:57 +0400
commitba2a5de9620ce5e1b39c25fc3a661007572b1000 (patch)
tree337bf37f07cd1fe28d995648848a505f6f7b7095 /.xprofile
parentb3a1e63afbae4a005d97eff05d059de9c8e6fb06 (diff)
Changed names of home folders to lowercase
Diffstat (limited to '.xprofile')
-rw-r--r--.xprofile2
1 files changed, 1 insertions, 1 deletions
diff --git a/.xprofile b/.xprofile
index fd74714..715f244 100644
--- a/.xprofile
+++ b/.xprofile
@@ -17,7 +17,7 @@ elif [ "$DESKTOP_SESSION" = "xmonad" ]; then
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"