mirror of
https://github.com/oSoWoSo/DistroHopper.git
synced 2024-08-14 22:46:53 +00:00
yad bigger windows
This commit is contained in:
parent
6ee973100e
commit
4cea186907
1 changed files with 2 additions and 2 deletions
4
dh
4
dh
|
@ -160,7 +160,7 @@ EOF
|
||||||
}
|
}
|
||||||
|
|
||||||
function set_dir() {
|
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"
|
VMS_DIR="$NEWDIR"
|
||||||
echo "VMS_DIR=\"$VMS_DIR\"
|
echo "VMS_DIR=\"$VMS_DIR\"
|
||||||
export \"VMS_DIR\"" >> "$DH_CONFIG"
|
export \"VMS_DIR\"" >> "$DH_CONFIG"
|
||||||
|
@ -431,7 +431,7 @@ Choose other language" | fzf --cycle)
|
||||||
|
|
||||||
# more
|
# more
|
||||||
function isos_to_dir() {
|
function isos_to_dir() {
|
||||||
yad --file --directory > target
|
yad --width=900 --height=900 --file --directory > target
|
||||||
cd "$VMS_DIR" || exit 1
|
cd "$VMS_DIR" || exit 1
|
||||||
# shellcheck disable=2154
|
# shellcheck disable=2154
|
||||||
cp ./*glob*/*.iso "$target"
|
cp ./*glob*/*.iso "$target"
|
||||||
|
|
Loading…
Reference in a new issue