From 8b09525226e651c68d5f917649b6fe1a01686d03 Mon Sep 17 00:00:00 2001 From: "Ja.KooLit" Date: Sun, 17 Dec 2023 12:11:43 +0900 Subject: Updated Wallpaper automatic change to not refresh waybar to avoid annoyance :) --- config/hypr/scripts/PywalSwww.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'config/hypr/scripts/PywalSwww.sh') diff --git a/config/hypr/scripts/PywalSwww.sh b/config/hypr/scripts/PywalSwww.sh index fc7b5d3f..d91d3f60 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 -- cgit v1.2.3