From 28a81b9464f2fab752fbc2f4d3e5d78ef0bb5d6e Mon Sep 17 00:00:00 2001 From: zenobit Date: Sat, 18 Mar 2023 18:11:20 +0100 Subject: [PATCH] Icon --- hop.svg => config/icons/hop.svg | 0 dh | 3 ++- 2 files changed, 2 insertions(+), 1 deletion(-) rename hop.svg => config/icons/hop.svg (100%) diff --git a/hop.svg b/config/icons/hop.svg similarity index 100% rename from hop.svg rename to config/icons/hop.svg diff --git a/dh b/dh index cf54582..8b9402f 100755 --- a/dh +++ b/dh @@ -94,6 +94,7 @@ Choose other language" | fzf --cycle) # Run choosed VM printf '\n Starting %s...\n\n' "$choosed" quickemu -vm "$choosed.conf" +fi else # run GUI key=$((RANDOM % 9000 + 1000)) @@ -103,7 +104,7 @@ else yad --plug="$key" --tabnum=1 --monitor --icons --listen --read-dir="$CONFIG_DIR"/ready --sort-by-name --no-buttons --borders=0 --icon-size=48 --item-width=76 & yad --plug="$key" --tabnum=2 --monitor --icons --listen --read-dir="$CONFIG_DIR"/supported --sort-by-name --no-buttons --borders=0 --icon-size=48 --item-width=76 & yad --plug="$key" --tabnum=3 --monitor --icons --listen --read-dir="$CONFIG_DIR" --sort-by-name --no-buttons --borders=0 --icon-size=48 --item-width=76 & - yad --dynamic --notebook --key="$key" --monitor --window-icon=hop.svg --width=900 --height=800 --title="DistroHopper $version" --listen --no-buttons --tab="run VM" --tab="download VM" --tab="settings" + yad --dynamic --notebook --key="$key" --monitor --window-icon="$ICON_DIR/hop.svg" --width=900 --height=800 --title="DistroHopper $version" --listen --no-buttons --tab="run VM" --tab="download VM" --tab="settings" fi exit 0