Skip to content

Commit

Permalink
Update suit-wallpaper
Browse files Browse the repository at this point in the history
  • Loading branch information
joaopauloalbq committed Mar 22, 2024
1 parent 8f606de commit 0c9680a
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@ WALLPAPERS=($(ls -1 $WALLPAPER_FOLDER))

for w in "${WALLPAPERS[@]}"
do
if [ ! -e $HOME/.cache/thumbnails/large/$w ]; then
convert -thumbnail 400 $WALLPAPER_FOLDER$w $HOME/.cache/thumbnails/large/$w
if [ ! -e $HOME/.cache/thumbnails/$w ]; then
convert -thumbnail 400 $WALLPAPER_FOLDER$w $HOME/.cache/thumbnails/$w
fi

echo -en "$w\0icon\x1f$HOME/.cache/thumbnails/large/$w\n"
echo -en "$w\0icon\x1f$HOME/.cache/thumbnails/$w\n"
done

case $ROFI_RETV in
Expand Down

0 comments on commit 0c9680a

Please sign in to comment.