about summary refs log tree commit diff stats
path: root/dot_local/bin/executable_wal
diff options
context:
space:
mode:
authorVitor Gonçalves <vitorg@tilde.team>2023-12-04 03:04:27 -0300
committerVitor Gonçalves <vitorg@tilde.team>2023-12-04 03:04:27 -0300
commit959f43ea74e1c9a92a07697c5cd8e5cd1d4d1bac (patch)
tree493894f6684bdd5443e8afc9a2fad4bfcd244769 /dot_local/bin/executable_wal
parent8ccd55d605476824ba8ebd8354d23b54e31623b0 (diff)
downloaddots-959f43ea74e1c9a92a07697c5cd8e5cd1d4d1bac.tar.gz
restarting from scratch
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
-