diff options
| author | JaKooLit <jimmielovejay@gmail.com> | 2024-05-10 20:16:11 +0900 |
|---|---|---|
| committer | JaKooLit <jimmielovejay@gmail.com> | 2024-05-10 20:16:11 +0900 |
| commit | 0b5e264fd9d2bc17c2f2d84cdf785e0c32ca4382 (patch) | |
| tree | 89e751f924e83e12be2686e45ea1a1819623406b | |
| parent | d44b77d2ebc248fd8e94c5bd2e5a3532c9a9fb71 (diff) | |
added 1 sec sleep function to execute properly the initial-boot.sh
| -rwxr-xr-x | config/hypr/initial-boot.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/hypr/initial-boot.sh b/config/hypr/initial-boot.sh index 34f0af90..95b9e491 100755 --- a/config/hypr/initial-boot.sh +++ b/config/hypr/initial-boot.sh @@ -16,7 +16,7 @@ effect="--transition-bezier .43,1.19,1,.4 --transition-fps 30 --transition-type # Check if a marker file exists. if [ ! -f ~/.config/hypr/.initial_startup_done ]; then - + sleep 1 # Initialize wallust and wallpaper if [ -f "$wallpaper" ]; then wallust run -s $wallpaper > /dev/null |
