From fb3406019343120c58f99d631e7a8457128fb2d7 Mon Sep 17 00:00:00 2001 From: JaKooLit Date: Thu, 30 Nov 2023 22:12:26 +0900 Subject: [PATCH] updated pywalSwww. (return of tty change) --- config/hypr/scripts/PywalSwww.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/hypr/scripts/PywalSwww.sh b/config/hypr/scripts/PywalSwww.sh index d91d3f6..fc7b5d3 100755 --- a/config/hypr/scripts/PywalSwww.sh +++ b/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