aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xconfig/hypr/scripts/DarkLight.sh5
-rwxr-xr-xcopy.sh8
2 files changed, 7 insertions, 6 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
diff --git a/copy.sh b/copy.sh
index 92a13161..102ba119 100755
--- a/copy.sh
+++ b/copy.sh
@@ -235,10 +235,10 @@ printf "\n"
# Action to do for better rofi and kitty appearance
while true; do
- echo "$ORANGE Select monitor resolution for better config appearance and fonts:"
- echo "$YELLOW 1. less than 1440p (< 1440p)"
- echo "$YELLOW 2. Equal to or higher than 1440p (≥ 1440p)"
- read -p "$CAT Enter the number of your choice: " res_choice
+ echo "$ORANGE Select monitor resolution to properly configure appearance and fonts:"
+ echo "$YELLOW -- Enter 1. for monitor res 1440p or less (< 1440p)"
+ echo "$YELLOW -- Enter 2. for monitors res higher than 1440p (≥ 1440p)"
+ read -p "$CAT Enter the number of your choice (1 or 2): " res_choice
case $res_choice in
1)
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage