diff options
| author | Omar Magdy <omar.professional8777@gmail.com> | 2022-05-01 20:27:15 +0200 |
|---|---|---|
| committer | Omar Magdy <omar.professional8777@gmail.com> | 2022-05-01 20:27:15 +0200 |
| commit | 8248b2e9c754649523ee0b08b530edd8eb42f8f3 (patch) | |
| tree | e770ce2d28f35d1e7ac28d5f238d613e81bfff27 /scripts/.scripts/wally.sh | |
| parent | b89824e5a2f41c3acf49ca6b5c08bd7e71a311e7 (diff) | |
| download | dotfiles-8248b2e9c754649523ee0b08b530edd8eb42f8f3.tar.xz dotfiles-8248b2e9c754649523ee0b08b530edd8eb42f8f3.zip | |
Added kitty/alacrity/scripts/zsh dotfiles
Diffstat (limited to 'scripts/.scripts/wally.sh')
| -rwxr-xr-x | scripts/.scripts/wally.sh | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/scripts/.scripts/wally.sh b/scripts/.scripts/wally.sh new file mode 100755 index 0000000..fd68acd --- /dev/null +++ b/scripts/.scripts/wally.sh @@ -0,0 +1,9 @@ +#!/bin/sh + +# WALL_ARR=() +WALLPAPERDIR="$HOME/Pictures/wallpapers" +RANDWALL=$(ls ${WALLPAPERDIR} | shuf -n1) +# WALL_ARR+=$RANDWALL +wal -i "$WALLPAPERDIR/$RANDWALL" +nitrogen --set-scaled $WALLPAPERDIR/$RANDWALL + |
