diff options
| author | JaKooLit <jimmielovejay@gmail.com> | 2024-05-07 18:09:03 +0900 |
|---|---|---|
| committer | JaKooLit <jimmielovejay@gmail.com> | 2024-05-07 18:09:03 +0900 |
| commit | ae0629bc443e0752c01646972a6dc5e4cea9c9f7 (patch) | |
| tree | 3afdfb12414f5c04182c6f7d54121de8cbbebca1 /config/hypr/scripts | |
| parent | 25c30f4774455fcfa7ca077b6e9cbc41fb63c85b (diff) | |
small tweak / bug fix
Diffstat (limited to 'config/hypr/scripts')
| -rwxr-xr-x | config/hypr/scripts/RefreshNoWaybar.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/config/hypr/scripts/RefreshNoWaybar.sh b/config/hypr/scripts/RefreshNoWaybar.sh index 689bccf0..42d67adc 100755 --- a/config/hypr/scripts/RefreshNoWaybar.sh +++ b/config/hypr/scripts/RefreshNoWaybar.sh @@ -25,6 +25,9 @@ for _prs in "${_ps[@]}"; do fi done +# quit ags +ags -q + # Pywal refresh ${SCRIPTSDIR}/PywalSwww.sh & |
