diff options
| author | JaKooLit <ejhay.games@gmail.com> | 2025-02-23 13:15:07 +0900 |
|---|---|---|
| committer | JaKooLit <ejhay.games@gmail.com> | 2025-02-23 13:15:07 +0900 |
| commit | 9df8836dc8bf17a86990bbf659105626138552cb (patch) | |
| tree | a1e6e5af1a1cf7e1e27ff357e634b3d3e6209ba8 /config/hypr/initial-boot.sh | |
| parent | c449e25686c2b35f751c7ae4cb620fb8e29c243c (diff) | |
Not sure if important.. but whatever
Diffstat (limited to 'config/hypr/initial-boot.sh')
| -rwxr-xr-x | config/hypr/initial-boot.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/config/hypr/initial-boot.sh b/config/hypr/initial-boot.sh index 4d62775d..7f92ce7d 100755 --- a/config/hypr/initial-boot.sh +++ b/config/hypr/initial-boot.sh @@ -21,7 +21,7 @@ swww="swww img" effect="--transition-bezier .43,1.19,1,.4 --transition-fps 30 --transition-type grow --transition-pos 0.925,0.977 --transition-duration 2" # Check if a marker file exists. -if [ ! -f ~/.config/hypr/.initial_startup_done ]; then +if [ ! -f "$HOME/.config/hypr/.initial_startup_done" ]; then sleep 1 # Initialize wallust and wallpaper if [ -f "$wallpaper" ]; then @@ -60,7 +60,7 @@ if [ ! -f ~/.config/hypr/.initial_startup_done ]; then # Create a marker file to indicate that the script has been executed. - touch ~/.config/hypr/.initial_startup_done + touch "$HOME/.config/hypr/.initial_startup_done" exit fi |
