aboutsummaryrefslogtreecommitdiffstats
path: root/config/hypr
diff options
context:
space:
mode:
authorSuJin353 <131243461+SuJin353@users.noreply.github.com>2024-09-25 14:11:58 +0700
committerGitHub <noreply@github.com>2024-09-25 14:11:58 +0700
commit65a6dddd7641cf7fb2aca7f3c8ebe657a631621d (patch)
treed9fc478f76186c111d5d6e1ee3d3b3656740ef02 /config/hypr
parent7ea9e62ef8779a015c7b9d236360883431e70466 (diff)
Update DarkLight.sh
change dark light wallpaper to its opposite wallpaper(need picture in light and dark folder have the same name)
Diffstat (limited to 'config/hypr')
-rwxr-xr-xconfig/hypr/scripts/DarkLight.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/config/hypr/scripts/DarkLight.sh b/config/hypr/scripts/DarkLight.sh
index b63a3ba2..66c8549d 100755
--- a/config/hypr/scripts/DarkLight.sh
+++ b/config/hypr/scripts/DarkLight.sh
@@ -120,9 +120,9 @@ elif [ "$next_mode" = "Light" ] && [ -f "$dark_wallpapers/$current_wallpaper" ];
next_wallpaper="$light_wallpapers/$current_wallpaper"
else
if [ "$next_mode" = "Dark" ]; then
- next_wallpaper="$(find "${dark_wallpapers}" -type f \( -iname "*.jpg" -o -iname "*.png" \) -pri>
+ next_wallpaper="$(find "${dark_wallpapers}" -type f \( -iname "*.jpg" -o -iname "*.png" \) -print0 | shuf -n1 -z | xargs -0)"
else
- next_wallpaper="$(find "${light_wallpapers}" -type f \( -iname "*.jpg" -o -iname "*.png" \) -pr>
+ next_wallpaper="$(find "${light_wallpapers}" -type f \( -iname "*.jpg" -o -iname "*.png" \) -print0 | shuf -n1 -z | xargs -0)"
fi
fi
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage