aboutsummaryrefslogtreecommitdiff
path: root/scripts/.scripts/wally.sh
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/.scripts/wally.sh')
-rwxr-xr-xscripts/.scripts/wally.sh9
1 files changed, 9 insertions, 0 deletions
diff --git a/scripts/.scripts/wally.sh b/scripts/.scripts/wally.sh
new file mode 100755
index 0000000..fd68acd
--- /dev/null
+++ b/scripts/.scripts/wally.sh
@@ -0,0 +1,9 @@
+#!/bin/sh
+
+# WALL_ARR=()
+WALLPAPERDIR="$HOME/Pictures/wallpapers"
+RANDWALL=$(ls ${WALLPAPERDIR} | shuf -n1)
+# WALL_ARR+=$RANDWALL
+wal -i "$WALLPAPERDIR/$RANDWALL"
+nitrogen --set-scaled $WALLPAPERDIR/$RANDWALL
+