mirror of
https://github.com/oSoWoSo/DistroHopper.git
synced 2024-08-14 22:46:53 +00:00
qr: update
This commit is contained in:
parent
fca6712788
commit
5088b7f823
1 changed files with 7 additions and 0 deletions
7
qrun
7
qrun
|
@ -142,6 +142,7 @@ gum_choose_VM() {
|
|||
else
|
||||
gum style --foreground 1 "Can't!"
|
||||
fi
|
||||
#chosen=$(printf '%s\n' "${vms[@]%.conf}" | gum filter --height "$("${vms[@]%.conf}" | wc -l)" --header='Choose VM to run')
|
||||
}
|
||||
|
||||
create_VM() {
|
||||
|
@ -254,6 +255,12 @@ need Nerd Fonts" && echo "yes" > /tmp/icons || rm /tmp/icons
|
|||
show_headers
|
||||
}
|
||||
|
||||
icons_or() {
|
||||
gum confirm " Use icons?
|
||||
need Nerd Fonts" && echo "yes" > /tmp/icons || rm /tmp/icons
|
||||
show_headers
|
||||
}
|
||||
|
||||
# MENU
|
||||
_show_menu() {
|
||||
while true
|
||||
|
|
Loading…
Reference in a new issue