diff options
| author | JaKooLit <jimmielovejay@gmail.com> | 2024-05-07 09:32:28 +0900 |
|---|---|---|
| committer | JaKooLit <jimmielovejay@gmail.com> | 2024-05-07 09:32:28 +0900 |
| commit | 423140c7fb7cd1263f08702cbb8439a091ceddb8 (patch) | |
| tree | d590d67903f616f31db04a4b8cebbccbb625b94f /config/hypr/scripts/Refresh.sh | |
| parent | 6e3d093a4477b3a5e014e5f99b0315ea7e81199a (diff) | |
small adjust for better ags overview search box and prompt
Diffstat (limited to 'config/hypr/scripts/Refresh.sh')
| -rwxr-xr-x | config/hypr/scripts/Refresh.sh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/config/hypr/scripts/Refresh.sh b/config/hypr/scripts/Refresh.sh index bf806e01..aeae77d1 100755 --- a/config/hypr/scripts/Refresh.sh +++ b/config/hypr/scripts/Refresh.sh @@ -1,6 +1,6 @@ #!/bin/bash # /* ---- 💫 https://github.com/JaKooLit 💫 ---- */ ## -# Scripts for refreshing waybar, rofi, swaync, pywal colors +# Scripts for refreshing ags waybar, rofi, swaync, pywal colors SCRIPTSDIR=$HOME/.config/hypr/scripts UserScripts=$HOME/.config/hypr/UserScripts @@ -22,6 +22,7 @@ for _prs in "${_ps[@]}"; do fi done +# quit ags ags -q sleep 0.3 |
