commit 007e7331271736ae4110282ca14e35df9394711b parent 10aad78bd154964066fb22bec3f2a51cfcd00cb1 Author: awy <awy@awy.one> Date: Sat, 20 Dec 2025 17:43:37 +0300 m Diffstat:
| M | .local/bin/singboxwrap | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.local/bin/singboxwrap b/.local/bin/singboxwrap @@ -18,7 +18,7 @@ run_singbox() { } choose_menu() { - choose="$(fd . $config_dir -d 1 -t f | mew -p "Config to use")" + choose="$(fd . $config_dir -d 1 -t f | mew -c -l 10 -p "sing-box cfg: ")" [ -z "${choose}" ] && exit ln -sf "$choose" "$default_path" echo "$default_path"