aboutsummaryrefslogtreecommitdiffstats
path: root/config/hypr/scripts/Refresh.sh
diff options
context:
space:
mode:
authorJaKooLit <jimmielovejay@gmail.com>2023-11-28 01:38:38 +0900
committerJaKooLit <jimmielovejay@gmail.com>2023-11-28 01:38:38 +0900
commit6adf09409e23931689be999c91a2cdeb96c571f6 (patch)
treed5a1dc1f6343df1a029e1f6c4068b85590f7ed81 /config/hypr/scripts/Refresh.sh
parentabdc29f5f38edb33443c1173924df94986032e46 (diff)
updates
Diffstat (limited to 'config/hypr/scripts/Refresh.sh')
-rwxr-xr-xconfig/hypr/scripts/Refresh.sh6
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
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage