aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorinstaller <installer@gmail.com>2025-02-16 17:28:11 +0900
committerinstaller <installer@gmail.com>2025-02-16 17:28:11 +0900
commit159e260dd9acdb58676215a953c1f697e8e367a1 (patch)
tree1ad1751211d5852bea8d86a2d93e7b7e7124fc74
parent5f92adac04ab956a91861447ed1337e13c9c4aff (diff)
add notification to relogin after update using notification
-rwxr-xr-xconfig/hypr/scripts/KooLsDotsUpdate.sh7
1 files changed, 5 insertions, 2 deletions
diff --git a/config/hypr/scripts/KooLsDotsUpdate.sh b/config/hypr/scripts/KooLsDotsUpdate.sh
index d0d454e6..269efadb 100755
--- a/config/hypr/scripts/KooLsDotsUpdate.sh
+++ b/config/hypr/scripts/KooLsDotsUpdate.sh
@@ -48,8 +48,10 @@ else
cd $KooL_Dots_DIR &&
git stash &&
git pull &&
- ./copy.sh
+ ./copy.sh &&
+ notify-send -u critical -i $iDIR 'Update Completed:' 'Kindly Log out and relogin to take effect'
"
+
else
if ! command -v kitty &> /dev/null; then
notify-send -i $iDIR "Need Kitty:" "Kitty terminal not found. Please install Kitty terminal."
@@ -59,7 +61,8 @@ else
git clone --depth=1 https://github.com/JaKooLit/Hyprland-Dots.git $KooL_Dots_DIR &&
cd $KooL_Dots_DIR &&
chmod +x copy.sh &&
- ./copy.sh
+ ./copy.sh &&
+ notify-send -u critical -i $iDIR 'Update Completed:' 'Kindly Log out and relogin to take effect'
"
fi
;;
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage