aboutsummaryrefslogtreecommitdiffstats
path: root/config/hypr
diff options
context:
space:
mode:
Diffstat (limited to 'config/hypr')
-rwxr-xr-xconfig/hypr/scripts/Refresh.sh10
-rw-r--r--config/hypr/v2.1.11 (renamed from config/hypr/v2.1.12)0
2 files changed, 5 insertions, 5 deletions
diff --git a/config/hypr/scripts/Refresh.sh b/config/hypr/scripts/Refresh.sh
index cd399b0c..b411c242 100755
--- a/config/hypr/scripts/Refresh.sh
+++ b/config/hypr/scripts/Refresh.sh
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/usr/bin/env bash
SCRIPTSDIR=$HOME/.config/hypr/scripts
@@ -6,7 +6,7 @@ SCRIPTSDIR=$HOME/.config/hypr/scripts
_ps=(waybar rofi)
for _prs in "${_ps[@]}"; do
if pidof "${_prs}" >/dev/null; then
- killall "${_prs}"
+ pkill "${_prs}"
fi
done
@@ -16,6 +16,6 @@ waybar &
# Relaunch dunst with pywal-borders
${SCRIPTSDIR}/PywalDunst.sh &
-## trying to figure out how to restart Rainbow borders
-#sleep 1
-#${SCRIPTSDIR}/RainbowBorders.sh & \ No newline at end of file
+# Relaunching rainbow borders
+sleep 1
+${SCRIPTSDIR}/RainbowBorders.sh & \ No newline at end of file
diff --git a/config/hypr/v2.1.12 b/config/hypr/v2.1.11
index 31b3414d..31b3414d 100644
--- a/config/hypr/v2.1.12
+++ b/config/hypr/v2.1.11
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage