yad bigger windows

This commit is contained in:
zenobit 2023-03-30 10:05:32 +02:00
parent 6ee973100e
commit 4cea186907
1 changed files with 2 additions and 2 deletions

4
dh
View File

@ -160,7 +160,7 @@ EOF
}
function set_dir() {
NEWDIR="$(yad --file --directory --title="Where to save VMs?")"
NEWDIR="$(yad --width=900 --height=900 --file --directory --title="Where to save VMs?")"
VMS_DIR="$NEWDIR"
echo "VMS_DIR=\"$VMS_DIR\"
export \"VMS_DIR\"" >> "$DH_CONFIG"
@ -431,7 +431,7 @@ Choose other language" | fzf --cycle)
# more
function isos_to_dir() {
yad --file --directory > target
yad --width=900 --height=900 --file --directory > target
cd "$VMS_DIR" || exit 1
# shellcheck disable=2154
cp ./*glob*/*.iso "$target"