Browse Source

use valid monitor to set wallpaper

pull/144/head
xdonu2x 2 years ago
parent
commit
b2255ffb64
  1. 2
      config/hypr/scripts/PywalSwww.sh

2
config/hypr/scripts/PywalSwww.sh

@ -31,7 +31,7 @@ fi
if [ "$ln_success" = true ]; then if [ "$ln_success" = true ]; then
# execute pywal # execute pywal
# wal -i "$wallpaper_path" # wal -i "$wallpaper_path"
echo 'about to execute wal'
# execute pywal skipping tty and terminal changes # execute pywal skipping tty and terminal changes
wal -i "$wallpaper_path" -s -t & wal -i "$wallpaper_path" -s -t &
fi fi

Loading…
Cancel
Save