Browse Source

updated pywalSwww. (return of tty change)

pull/49/head
JaKooLit 2 years ago
parent
commit
fb34060193
  1. 4
      config/hypr/scripts/PywalSwww.sh

4
config/hypr/scripts/PywalSwww.sh

@ -31,8 +31,8 @@ done
# Check the flag before executing further commands
if [ "$ln_success" = true ]; then
# execute pywal
# wal -i "$wallpaper_path"
wal -i "$wallpaper_path"
# execute pywal skipping tty and terminal changes
wal -i "$wallpaper_path" -s -t &
# wal -i "$wallpaper_path" -s -t &
fi

Loading…
Cancel
Save