diff options
| author | JaKooLit <jimmielovejay@gmail.com> | 2023-11-28 01:38:38 +0900 |
|---|---|---|
| committer | JaKooLit <jimmielovejay@gmail.com> | 2023-11-28 01:38:38 +0900 |
| commit | 6adf09409e23931689be999c91a2cdeb96c571f6 (patch) | |
| tree | d5a1dc1f6343df1a029e1f6c4068b85590f7ed81 /config/hypr/scripts/Refresh.sh | |
| parent | abdc29f5f38edb33443c1173924df94986032e46 (diff) | |
updates
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 |
