From 3d7fa52ddd4da1bb260cc14d6489e2a6fb86083b Mon Sep 17 00:00:00 2001 From: installer Date: Sun, 16 Feb 2025 17:31:39 +0900 Subject: updated notification script for update --- config/hypr/scripts/KooLsDotsUpdate.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'config/hypr/scripts') diff --git a/config/hypr/scripts/KooLsDotsUpdate.sh b/config/hypr/scripts/KooLsDotsUpdate.sh index 269efadb..4996da82 100755 --- a/config/hypr/scripts/KooLsDotsUpdate.sh +++ b/config/hypr/scripts/KooLsDotsUpdate.sh @@ -49,7 +49,7 @@ else git stash && git pull && ./copy.sh && - notify-send -u critical -i $iDIR 'Update Completed:' 'Kindly Log out and relogin to take effect' + notify-send -u critical -i $iDIR 'Update Completed:' 'Kindly log out and relogin to take effect' " else @@ -62,7 +62,7 @@ else cd $KooL_Dots_DIR && chmod +x copy.sh && ./copy.sh && - notify-send -u critical -i $iDIR 'Update Completed:' 'Kindly Log out and relogin to take effect' + notify-send -u critical -i $iDIR 'Update Completed:' 'Kindly log out and relogin to take effect' " fi ;; -- cgit v1.2.3