From bc3214df6bea6587728d6a0c48621283bc731ea8 Mon Sep 17 00:00:00 2001 From: Nico Jensch Date: Wed, 18 Nov 2020 15:47:48 +0100 Subject: [PATCH] Add extra-wallpaper echeck --- usr/bin/setup-assistant | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/usr/bin/setup-assistant b/usr/bin/setup-assistant index 97dc43b..7fd0429 100755 --- a/usr/bin/setup-assistant +++ b/usr/bin/setup-assistant @@ -18,6 +18,21 @@ function upgrade2ultimate echo "garuda-asian" >> /tmp/setup-assistant/pkgs.txt fi + + if ! yad \ + --image='wallpaper' \ + --title="Upgrade to ULTIMATE" \ + --window-icon='update' \ + --geometry=700x100 \ + --button=No:0 \ + --button=Yes:1 \ + --text-align=center \ + --center \ + --text "Do you want to install additional Garuda wallpapers?"; then + echo "garuda-wallpapers-extra" >> /tmp/setup-assistant/pkgs.txt + fi + + if ! yad \ --image='AppImageLauncher' \ --title="Upgrade to ULTIMATE" \