From cc98a6c386b384e9f33312a99578daea0de83fd7 Mon Sep 17 00:00:00 2001 From: JaKooLit Date: Sat, 23 Dec 2023 23:42:30 +0900 Subject: [PATCH] updated wallpaper.sh --- config/hypr/scripts/Wallpaper.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/hypr/scripts/Wallpaper.sh b/config/hypr/scripts/Wallpaper.sh index 38444b3..d75d2ea 100755 --- a/config/hypr/scripts/Wallpaper.sh +++ b/config/hypr/scripts/Wallpaper.sh @@ -1,6 +1,6 @@ #!/bin/bash -DIR="$HOME/Pictures/wallpapers/" +DIR="$HOME/Pictures/wallpapers" SCRIPTSDIR="$HOME/.config/hypr/scripts" PICS=($(find ${DIR} -type f \( -name "*.jpg" -o -name "*.jpeg" -o -name "*.png" -o -name "*.gif" \)))