diff options
author | Vitor Gonçalves <vitorg@tilde.team> | 2023-12-04 03:04:27 -0300 |
---|---|---|
committer | Vitor Gonçalves <vitorg@tilde.team> | 2023-12-04 03:04:27 -0300 |
commit | 959f43ea74e1c9a92a07697c5cd8e5cd1d4d1bac (patch) | |
tree | 493894f6684bdd5443e8afc9a2fad4bfcd244769 /dot_local/bin/executable_wal | |
parent | 8ccd55d605476824ba8ebd8354d23b54e31623b0 (diff) | |
download | dots-959f43ea74e1c9a92a07697c5cd8e5cd1d4d1bac.tar.gz |
restarting from scratch
Diffstat (limited to 'dot_local/bin/executable_wal')
-rw-r--r-- | dot_local/bin/executable_wal | 13 |
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 - |