diff options
author | rafa_99 <rafa99@protonmail.com> | 2021-02-10 17:16:05 +0000 |
---|---|---|
committer | rafa_99 <rafa99@protonmail.com> | 2021-02-10 17:16:05 +0000 |
commit | d0f7054a3814abfd6346d1435f1f2168dbfbb479 (patch) | |
tree | 878e8102d02b77a819b6acae40f4bcf5ba5a399d /scripts | |
parent | f06bb7f2e909ec1afc9bdc5b39e4d3a51c82c924 (diff) |
Updated Script
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/.local/bin/run | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/.local/bin/run b/scripts/.local/bin/run index 848fcfd..2129373 100755 --- a/scripts/.local/bin/run +++ b/scripts/.local/bin/run @@ -34,7 +34,7 @@ case $RUN in find Gallery -type f | grep -vi Plz | shuf | sxiv -t - fi if [ "$SEL" = "Wallpapers" ]; then - CAT=$(find ~/Pictures/wallpapers -type d | grep -vi git | cut -d/ -f6 | uniq | sort | tail -10 | dmenu -i) + CAT=$(find ~/Pictures/wallpapers -type d | grep -vi git | cut -d/ -f6 | uniq | sort | tail -10 | dmenu -i -c -l 15) find ~/Pictures/wallpapers/"$CAT" -type f | shuf | sxiv -t - fi ;; |