Browse Source

added 1 sec sleep function to execute properly the initial-boot.sh

pull/254/head
JaKooLit 2 years ago
parent
commit
0b5e264fd9
  1. 2
      config/hypr/initial-boot.sh

2
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. # Check if a marker file exists.
if [ ! -f ~/.config/hypr/.initial_startup_done ]; then if [ ! -f ~/.config/hypr/.initial_startup_done ]; then
sleep 1
# Initialize wallust and wallpaper # Initialize wallust and wallpaper
if [ -f "$wallpaper" ]; then if [ -f "$wallpaper" ]; then
wallust run -s $wallpaper > /dev/null wallust run -s $wallpaper > /dev/null

Loading…
Cancel
Save