summaryrefslogtreecommitdiff
path: root/.local/bin/shufwall
diff options
context:
space:
mode:
Diffstat (limited to '.local/bin/shufwall')
-rwxr-xr-x.local/bin/shufwall9
1 files changed, 0 insertions, 9 deletions
diff --git a/.local/bin/shufwall b/.local/bin/shufwall
deleted file mode 100755
index 5b249e12..00000000
--- a/.local/bin/shufwall
+++ /dev/null
@@ -1,9 +0,0 @@
-#!/bin/sh
-
-if [ -z "$1" ]; then
- file=$(find -L "$XDG_PICTURES_DIR/wallpapers" -type f | shuf -n 1)
-else
- file=$(find -L "$@" -maxdepth 1 -type f | shuf -n 1)
-fi
-
-display -resize "${SCR_WIDTH}x$SCR_HEIGHT" -backdrop -window root "$file"