about summary refs log tree commit diff stats
path: root/dot_local/bin/executable_wal
diff options
context:
space:
mode:
Diffstat (limited to 'dot_local/bin/executable_wal')
-rw-r--r--dot_local/bin/executable_wal13
1 files changed, 0 insertions, 13 deletions
diff --git a/dot_local/bin/executable_wal b/dot_local/bin/executable_wal
deleted file mode 100644
index 628f81f..0000000
--- a/dot_local/bin/executable_wal
+++ /dev/null
@@ -1,13 +0,0 @@
-#!/usr/bin/env bash
-
-WALLPAPER_DIR="$HOME/media/wallpapers"
-
-case $1 in
-    r)
-        find $WALLPAPER_DIR -iname "*.jpg" | shuf -n 1 | xargs xwallpaper --stretch
-        ;;
-    *)
-        echo "Usage info:"
-        ;;
-esac
-