aboutsummaryrefslogtreecommitdiffstats
path: root/config/hypr/scripts/Refresh.sh
diff options
context:
space:
mode:
authorJa.KooLit <jimmielovejay@gmail.com>2023-11-28 12:32:38 +0900
committerGitHub <noreply@github.com>2023-11-28 12:32:38 +0900
commit58b479764ff992e7f988c850670066228ff07705 (patch)
tree1d306c9b320690c4a9eea61765d54b34388f3ab6 /config/hypr/scripts/Refresh.sh
parentf94e75d6936f57961c132b2908eb6425ae02f1dc (diff)
parent732c9585631a93fb2f319ab76cec28ce48dd5985 (diff)
Merge pull request #39 from JaKooLit/v2.1.11
V2.1.11
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