summaryrefslogtreecommitdiff
path: root/.local/bin/setWall
diff options
context:
space:
mode:
Diffstat (limited to '.local/bin/setWall')
-rwxr-xr-x.local/bin/setWall6
1 files changed, 0 insertions, 6 deletions
diff --git a/.local/bin/setWall b/.local/bin/setWall
deleted file mode 100755
index 2e63a0a..0000000
--- a/.local/bin/setWall
+++ /dev/null
@@ -1,6 +0,0 @@
-#!/bin/sh
-
-[ -f "$1" ] && cp "$1" ~/.config/wall.png
-[ -d "$1" ] && cp "$(find "$1" -name "*.jpg" -o -name "*.png" -o -name "*.jpeg" -type f | shuf -n 1)" ~/.config/wall.png
-xwallpaper --zoom ~/.config/wall.png
-