This commit is contained in:
xSghetti 2025-03-24 12:32:06 -04:00
parent 97115ed0e5
commit 4ac5f5e5e5
31 changed files with 290 additions and 133 deletions

View file

@ -1,4 +1,4 @@
#!/bin/bash
scriptsDir="$HOME/.config/hypr/scripts"
@ -66,7 +66,7 @@ main() {
done
if [[ $pic_index -ne -1 ]]; then
swww img "${wallDIR}/${PICS[$pic_index]}" $SWWW_PARAMS
swww img "${wallDIR}/${PICS[$pic_index]}" $SWWW_PARAMS
else
echo "Image not found."
exit 1