summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorrafa_99 <rafa99@protonmail.com>2021-02-10 17:16:05 +0000
committerrafa_99 <rafa99@protonmail.com>2021-02-10 17:16:05 +0000
commitd0f7054a3814abfd6346d1435f1f2168dbfbb479 (patch)
tree878e8102d02b77a819b6acae40f4bcf5ba5a399d /scripts
parentf06bb7f2e909ec1afc9bdc5b39e4d3a51c82c924 (diff)
Updated Script
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/.local/bin/run2
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
;;