diff options
| author | JaKooLit <ejhay.games@gmail.com> | 2025-02-03 20:15:32 +0900 |
|---|---|---|
| committer | JaKooLit <ejhay.games@gmail.com> | 2025-02-03 20:15:32 +0900 |
| commit | f2fd8261f187e6394cff5be695c943b49b1b05a9 (patch) | |
| tree | e1715c9cff6c2fdcb9089751ae6771d9aa0fac0b /config/hypr/UserScripts | |
| parent | 85076690c40353443a6e93aedd74830f0a17bf27 (diff) | |
add delay of 5 secords for those who have slow machines
Diffstat (limited to 'config/hypr/UserScripts')
| -rwxr-xr-x | config/hypr/UserScripts/WallpaperEffects.sh | 2 | ||||
| -rwxr-xr-x | config/hypr/UserScripts/WallpaperSelect.sh | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/config/hypr/UserScripts/WallpaperEffects.sh b/config/hypr/UserScripts/WallpaperEffects.sh index 14da323d..0a599deb 100755 --- a/config/hypr/UserScripts/WallpaperEffects.sh +++ b/config/hypr/UserScripts/WallpaperEffects.sh @@ -99,7 +99,7 @@ fi main -sleep 2 +sleep 5 # add delay of 5 secords for those who have slow machines # supports sddm sequoia_2 theme only sddm_sequoia="/usr/share/sddm/themes/sequoia_2" if [ -d "$sddm_sequoia" ]; then diff --git a/config/hypr/UserScripts/WallpaperSelect.sh b/config/hypr/UserScripts/WallpaperSelect.sh index 043c3c96..b40ec62c 100755 --- a/config/hypr/UserScripts/WallpaperSelect.sh +++ b/config/hypr/UserScripts/WallpaperSelect.sh @@ -109,7 +109,7 @@ wait $! sleep 2 "$SCRIPTSDIR/Refresh.sh" -sleep 2 +sleep 5 # add delay of 5 secords for those who have slow machines sddm_sequoia="/usr/share/sddm/themes/sequoia_2" if [ -d "$sddm_sequoia" ]; then notify-send -i "$iDIR/picture.png" "Set wallpaper" "as SDDM background?" \ |
