🐛 fix(rofi): not selecting a wallpaper

This commit is contained in:
Sergio Laín 2025-04-28 11:13:57 +02:00
parent 26f57a47ea
commit b4b9e8d94a
No known key found for this signature in database
GPG key ID: 51BB28D8B42FB438

View file

@ -20,6 +20,10 @@ choice=$(
$rofi_cmd $rofi_cmd
) )
if [ -z "$choice" ]; then
exit 1
fi
WALLPAPER="$wallpapers_dir/$choice" WALLPAPER="$wallpapers_dir/$choice"
if pgrep -x "hyprpaper" >/dev/null; then if pgrep -x "hyprpaper" >/dev/null; then