From aa72eefd48e2d3dfbacb2f5336358c4b97b5db3f Mon Sep 17 00:00:00 2001 From: 57_Wolve <57_wolve@private.email> Date: Mon, 19 Jan 2026 22:15:12 +0000 Subject: [PATCH] Update multiplane.sh --- multiplane.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/multiplane.sh b/multiplane.sh index e28e816..78cc0ea 100644 --- a/multiplane.sh +++ b/multiplane.sh @@ -249,7 +249,7 @@ thatll_buff_right_out_captin() { clear; - file=$(find /opt/k0s/backups -maxdepth 1 -type f -printf "%f\n" | gum filter --limit 1 --placeholder "Select a backup file...") + file=$(find /opt/k0s/backups -maxdepth 1 -type f -printf "%f\n" | gum choose --limit 1 --cursor "> " --height 10 --cursor.foreground 220 --header.foreground 220) if [ -n "$file" ]; then full_path="/opt/k0s/backups/$file"