From 472e4b5d0c269d3040cd366357a97e1280dee8fb Mon Sep 17 00:00:00 2001 From: hesam-init Date: Wed, 14 Feb 2024 20:47:26 +0330 Subject: [PATCH] fix: wallpaper path --- hyprland/.config/hypr/scripts/swww-launch.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hyprland/.config/hypr/scripts/swww-launch.sh b/hyprland/.config/hypr/scripts/swww-launch.sh index 6c39241..3cf3d82 100644 --- a/hyprland/.config/hypr/scripts/swww-launch.sh +++ b/hyprland/.config/hypr/scripts/swww-launch.sh @@ -1,7 +1,7 @@ #!/usr/bin/env bash FPS=75 -DIR=$HOME/wallpapers/ +DIR=$HOME/Wallpapers/ PICS=($(ls ${DIR})) RANDOMPICS=${PICS[$RANDOM % ${#PICS[@]}]}