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"