summaryrefslogtreecommitdiff
path: root/.local/bin/genwall
diff options
context:
space:
mode:
Diffstat (limited to '.local/bin/genwall')
-rwxr-xr-x.local/bin/genwall18
1 files changed, 0 insertions, 18 deletions
diff --git a/.local/bin/genwall b/.local/bin/genwall
deleted file mode 100755
index ccbe75e..0000000
--- a/.local/bin/genwall
+++ /dev/null
@@ -1,18 +0,0 @@
-#!/bin/sh
-
-# Dependencies:
-# convert wal xdotool xwallpaper
-
-wall_dir=~/pix/wall
-
-if [ -z "$1" ]; then
- wall="$(find "$wall_dir" -type f -name "*.jpg" -o -name "*.png" | shuf -n1)"
-else
- wall="$1"
-fi
-
-convert "$wall" ~/.local/share/bg.jpg
-xwallpaper --zoom ~/.local/share/bg.jpg
-wal -c
-wal -i ~/.local/share/bg.jpg
-xdotool key super+F5