Browse Source

updated initial-boot.sh

pull/211/head
JaKooLit 2 years ago
parent
commit
b25891b922
  1. 2
      config/hypr/initial-boot.sh

2
config/hypr/initial-boot.sh

@ -20,7 +20,7 @@ if [ ! -f ~/.config/hypr/.initial_startup_done ]; then
# Initialize pywal and wallpaper
if [ -f "$wallpaper" ]; then
wal -i $wallpaper -s -t > /dev/null
swww-daemon --format xrgb && $swww $wallpaper $effect
swww query || swww-daemon && $swww $wallpaper $effect
"$scriptsDir/PywalSwww.sh" > /dev/null 2>&1 &
fi

Loading…
Cancel
Save