diff options
author | Xiao Pan <gky44px1999@gmail.com> | 2023-02-09 16:39:54 -0800 |
---|---|---|
committer | Xiao Pan <gky44px1999@gmail.com> | 2023-02-09 16:39:54 -0800 |
commit | 23ed1ac135e4b31933d0fd926e96c85f12d7f44b (patch) | |
tree | 3766b636f193d77f2835caf66dea8142e8d8b3eb /home/xyz/.local/bin/shufwall | |
parent | 7c7535db00a4f0f7019e2c9585c0c108ebca3e3d (diff) |
debloat
Diffstat (limited to 'home/xyz/.local/bin/shufwall')
-rwxr-xr-x | home/xyz/.local/bin/shufwall | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/home/xyz/.local/bin/shufwall b/home/xyz/.local/bin/shufwall deleted file mode 100755 index 5b249e12..00000000 --- a/home/xyz/.local/bin/shufwall +++ /dev/null @@ -1,9 +0,0 @@ -#!/bin/sh - -if [ -z "$1" ]; then - file=$(find -L "$XDG_PICTURES_DIR/wallpapers" -type f | shuf -n 1) -else - file=$(find -L "$@" -maxdepth 1 -type f | shuf -n 1) -fi - -display -resize "${SCR_WIDTH}x$SCR_HEIGHT" -backdrop -window root "$file" |