Add extra-wallpaper echeck
This commit is contained in:
parent
59d13294dd
commit
bc3214df6b
1 changed files with 15 additions and 0 deletions
|
@ -18,6 +18,21 @@ function upgrade2ultimate
|
||||||
echo "garuda-asian" >> /tmp/setup-assistant/pkgs.txt
|
echo "garuda-asian" >> /tmp/setup-assistant/pkgs.txt
|
||||||
fi
|
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 \
|
if ! yad \
|
||||||
--image='AppImageLauncher' \
|
--image='AppImageLauncher' \
|
||||||
--title="Upgrade to ULTIMATE" \
|
--title="Upgrade to ULTIMATE" \
|
||||||
|
|
Loading…
Reference in a new issue