From e02304f014645a01ef6cdd40276997dea58504d9 Mon Sep 17 00:00:00 2001 From: Vikas Kushwaha Date: Fri, 10 Jan 2025 15:08:05 +0530 Subject: Cleaning up 'bin' folder. --- .local/bin/shorts/refcitx | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to '.local/bin/shorts/refcitx') diff --git a/.local/bin/shorts/refcitx b/.local/bin/shorts/refcitx index 668952c..1d104bf 100755 --- a/.local/bin/shorts/refcitx +++ b/.local/bin/shorts/refcitx @@ -1,7 +1,8 @@ #!/bin/sh -notify-send "Starting Fcitx..." +id="$(notify-send --print-id "Starting Fcitx...")" fcitx sleep 1 remap -notify-send "Fcitx Started" +fcitx-remote -t +notify-send --replace-id="$id" "✅ Fcitx Started" -- cgit v1.2.3