diff options
| author | Ja.KooLit <jimmielovejay@gmail.com> | 2023-11-28 12:32:38 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-11-28 12:32:38 +0900 |
| commit | 58b479764ff992e7f988c850670066228ff07705 (patch) | |
| tree | 1d306c9b320690c4a9eea61765d54b34388f3ab6 /config/hypr/scripts/Refresh.sh | |
| parent | f94e75d6936f57961c132b2908eb6425ae02f1dc (diff) | |
| parent | 732c9585631a93fb2f319ab76cec28ce48dd5985 (diff) | |
Merge pull request #39 from JaKooLit/v2.1.11
V2.1.11
Diffstat (limited to 'config/hypr/scripts/Refresh.sh')
| -rwxr-xr-x | config/hypr/scripts/Refresh.sh | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/config/hypr/scripts/Refresh.sh b/config/hypr/scripts/Refresh.sh index 460f11f0..b5e705d3 100755 --- a/config/hypr/scripts/Refresh.sh +++ b/config/hypr/scripts/Refresh.sh @@ -3,7 +3,7 @@ SCRIPTSDIR=$HOME/.config/hypr/scripts # Kill already running processes -_ps=(waybar dunst rofi) +_ps=(waybar rofi) for _prs in "${_ps[@]}"; do if pidof "${_prs}" >/dev/null; then pkill "${_prs}" @@ -12,7 +12,9 @@ done # Relaunch waybar waybar & -dunst & + +# Relaunch dunst with pywal-borders +${SCRIPTSDIR}/PywalDunst.sh ## trying to figure out how to restart Rainbow borders #sleep 1 |
