aboutsummaryrefslogtreecommitdiffstats
path: root/config/hypr
diff options
context:
space:
mode:
authorDonald Williams <129223418+dwilliam62@users.noreply.github.com>2024-12-12 09:31:38 -0500
committerGitHub <noreply@github.com>2024-12-12 09:31:38 -0500
commitb60f3322dc5fa0b7791ca616ee0c35270620db39 (patch)
tree2b6211be5b1104f5a3f06648e6a5a4daafcb8736 /config/hypr
parent1312eb89b87668be9819be33838cfb21c04c317e (diff)
parent9225c14ca169e473e1fd35be0f7bb8f705a33920 (diff)
Merge branch 'main' into fix-questions
Diffstat (limited to 'config/hypr')
-rwxr-xr-xconfig/hypr/scripts/DarkLight.sh5
1 files changed, 3 insertions, 2 deletions
diff --git a/config/hypr/scripts/DarkLight.sh b/config/hypr/scripts/DarkLight.sh
index 77426902..2e2d614e 100755
--- a/config/hypr/scripts/DarkLight.sh
+++ b/config/hypr/scripts/DarkLight.sh
@@ -109,8 +109,9 @@ else
sed -i '/^background /s/^background .*/background #dddddd/' "${kitty_conf}"
sed -i '/^cursor /s/^cursor .*/cursor #000000/' "${kitty_conf}"
fi
-
-
+for pid in $(pidof kitty); do
+ kill -SIGUSR1 "$pid"
+done
# Set Dynamic Wallpaper for Dark or Light Mode
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage