Browse Source

updated initial boot.sh setting of wallpaper was not working

pull/227/head
JaKooLit 2 years ago
parent
commit
8f2585948c
  1. 2
      config/hypr/initial-boot.sh

2
config/hypr/initial-boot.sh

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

Loading…
Cancel
Save