aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJaKooLit <jimmielovejay@gmail.com>2023-12-12 12:46:17 +0900
committerJaKooLit <jimmielovejay@gmail.com>2023-12-12 12:46:17 +0900
commit2a59f460d9f169e40e7ff4639664d1a86b172ba6 (patch)
tree318cf6381b00a69302a44dcc72a19fa9afd6189f
parentef050fcb8e8857710fa46eb45f2e1914f7ef5339 (diff)
yup small bug :)
-rwxr-xr-xconfig/hypr/scripts/Wallpaper.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/config/hypr/scripts/Wallpaper.sh b/config/hypr/scripts/Wallpaper.sh
index cd7dd83b..c203ce25 100755
--- a/config/hypr/scripts/Wallpaper.sh
+++ b/config/hypr/scripts/Wallpaper.sh
@@ -1,14 +1,14 @@
#!/bin/bash
DIR="$HOME/Pictures/wallpapers/"
-SCRIPTSDIR="$HOME/00-Shared-Drives/Common-nvme/common-wallpapers"
+SCRIPTSDIR="$HOME/.config/hypr/scripts"
PICS=($(find ${DIR} -type f \( -name "*.jpg" -o -name "*.jpeg" -o -name "*.png" -o -name "*.gif" \)))
RANDOMPICS=${PICS[ $RANDOM % ${#PICS[@]} ]}
# Transition config
-FPS=30
+FPS=60
TYPE="random"
DURATION=1
BEZIER=".43,1.19,1,.4"
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage