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/WallpaperEffects.sh | |
| parent | 85076690c40353443a6e93aedd74830f0a17bf27 (diff) | |
add delay of 5 secords for those who have slow machines
Diffstat (limited to 'config/hypr/UserScripts/WallpaperEffects.sh')
| -rwxr-xr-x | config/hypr/UserScripts/WallpaperEffects.sh | 2 |
1 files changed, 1 insertions, 1 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 |
