aboutsummaryrefslogtreecommitdiff
path: root/.local/bin
diff options
context:
space:
mode:
authorawy <awy@awy.one>2025-07-30 20:31:48 +0300
committerawy <awy@awy.one>2025-07-30 20:31:48 +0300
commitbcaf34424abcfea96e09f1baeb948a1ba96c131a (patch)
tree9de58a0b310882c76edcfaa04395d5e4c3b7d9d2 /.local/bin
parent6a42018cf2d55f9a8e8f9809415556cd50028590 (diff)
downloadhyprdots-bcaf34424abcfea96e09f1baeb948a1ba96c131a.tar.gz
title
Diffstat (limited to '.local/bin')
-rwxr-xr-x.local/bin/singboxwrap4
1 files changed, 2 insertions, 2 deletions
diff --git a/.local/bin/singboxwrap b/.local/bin/singboxwrap
index ef74597..b2af2c6 100755
--- a/.local/bin/singboxwrap
+++ b/.local/bin/singboxwrap
@@ -10,9 +10,9 @@ run_singbox () {
pidof sing-box >/dev/null && killall sing-box
setsid -f sing-box -c "$1" run
if [ "$input" = menu ]; then
- notify-send "sing-box with $(readlink "$1") is running now"
+ notify-send "sing-box" "sing-box with $(readlink "$1") is running now"
fi
- } || notify-send "Config check has failed. Check your configuration at $(readlink $1)" & exit 1
+ } || notify-send "sing-box" "Config check has failed. Check your configuration at $(readlink $1)" & exit 1
}
choose_menu () {