diff options
| author | JaKooLit <jimmielovejay.com> | 2023-11-17 22:38:48 +0900 |
|---|---|---|
| committer | JaKooLit <jimmielovejay.com> | 2023-11-17 22:38:48 +0900 |
| commit | 3b3da1a850ab543814d2852e59a3363ea999417c (patch) | |
| tree | f2ff4225cfcf970c63133c11c405697907234ee9 /config/hypr/scripts | |
| parent | c93113caf65a029cc6bcd7544b72e8e8a9d1ea10 (diff) | |
edited and added pywal tips on tty
Diffstat (limited to 'config/hypr/scripts')
| -rwxr-xr-x | config/hypr/scripts/PywalSwww.sh | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/config/hypr/scripts/PywalSwww.sh b/config/hypr/scripts/PywalSwww.sh index 3b577d81..a4307cb7 100755 --- a/config/hypr/scripts/PywalSwww.sh +++ b/config/hypr/scripts/PywalSwww.sh @@ -25,5 +25,7 @@ done # execute pywal +wal -i $wallpaper_path -wal -i $wallpaper_path
\ No newline at end of file +# execute pywal skipping tty and terminal +#wal -i $wallpaper_path -s -t
\ No newline at end of file |
