diff options
| author | JaKooLit <jimmielovejay@gmail.com> | 2023-11-30 22:12:26 +0900 |
|---|---|---|
| committer | JaKooLit <jimmielovejay@gmail.com> | 2023-11-30 22:12:26 +0900 |
| commit | fb3406019343120c58f99d631e7a8457128fb2d7 (patch) | |
| tree | 2d244af08373d17ff71878f189472fc33bf64db6 | |
| parent | f011ac34b15a0402766c362160a6b17be89c1714 (diff) | |
updated pywalSwww. (return of tty change)
| -rwxr-xr-x | config/hypr/scripts/PywalSwww.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/config/hypr/scripts/PywalSwww.sh b/config/hypr/scripts/PywalSwww.sh index d91d3f60..fc7b5d3f 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 |
