From 0c9680a5edd21a5138826530bff424308ee7b5c7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Paulo=20Albuquerque?= Date: Fri, 22 Mar 2024 01:50:52 -0300 Subject: [PATCH] Update suit-wallpaper --- .../etc/skel/.config/rofi/scripts/suit-wallpaper | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/community/awesome/desktop-overlay/etc/skel/.config/rofi/scripts/suit-wallpaper b/community/awesome/desktop-overlay/etc/skel/.config/rofi/scripts/suit-wallpaper index b6bc176..1d5ba8e 100755 --- a/community/awesome/desktop-overlay/etc/skel/.config/rofi/scripts/suit-wallpaper +++ b/community/awesome/desktop-overlay/etc/skel/.config/rofi/scripts/suit-wallpaper @@ -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