1
0
Fork 0
mirror of synced 2024-11-22 01:55:36 -05:00

Fix some string issues, changed icon & psd active for chromium & firefox

This commit is contained in:
Nico Jensch 2020-11-15 16:20:59 +01:00
parent 28e31d9122
commit 75d8b1cd8c
4 changed files with 21 additions and 22 deletions

View file

@ -52,7 +52,7 @@
# vivaldi # vivaldi
# vivaldi-snapshot # vivaldi-snapshot
# #
#BROWSERS=() BROWSERS=(firefox chromium)
# Uncomment and set to "no" to completely disable the crash recovery feature. # Uncomment and set to "no" to completely disable the crash recovery feature.
# #

View file

@ -7,7 +7,7 @@ function upgrade2ultimate
clear clear
if ! yad \ if ! yad \
--image='font-manager' \ --image='font-manager' \
--title="Upgrade to ULTIMATE 👾" \ --title="Upgrade to ULTIMATE" \
--window-icon='update' \ --window-icon='update' \
--geometry=700x100 \ --geometry=700x100 \
--button=No:0 \ --button=No:0 \
@ -20,7 +20,7 @@ function upgrade2ultimate
if ! yad \ if ! yad \
--image='AppImageLauncher' \ --image='AppImageLauncher' \
--title="Upgrade to ULTIMATE 👾" \ --title="Upgrade to ULTIMATE" \
--window-icon='update' \ --window-icon='update' \
--geometry=700x100 \ --geometry=700x100 \
--button=No:0 \ --button=No:0 \
@ -46,7 +46,7 @@ function upgrade2ultimate
if pacman -Qs plasma-desktop > /dev/null ; then if pacman -Qs plasma-desktop > /dev/null ; then
if ! yad \ if ! yad \
--image='plasmashell' \ --image='plasmashell' \
--title="Upgrade to ULTIMATE 👾" \ --title="Upgrade to ULTIMATE" \
--window-icon='update' \ --window-icon='update' \
--geometry=700x100 \ --geometry=700x100 \
--button=No:0 \ --button=No:0 \
@ -79,7 +79,7 @@ function upgrade2ultimate
if pacman -Qs gnome-shell > /dev/null ; then if pacman -Qs gnome-shell > /dev/null ; then
if ! yad \ if ! yad \
--image='gnome-shell' \ --image='gnome-shell' \
--title="Upgrade to ULTIMATE 👾" \ --title="Upgrade to ULTIMATE" \
--window-icon='update' \ --window-icon='update' \
--geometry=700x100 \ --geometry=700x100 \
--button=No:0 \ --button=No:0 \
@ -105,7 +105,7 @@ function upgrade2ultimate
yad \ yad \
--image='libreoffice-main' \ --image='libreoffice-main' \
--title="Upgrade to ULTIMATE 👾" \ --title="Upgrade to ULTIMATE" \
--window-icon='update' \ --window-icon='update' \
--text "There are a lot of office suites to choose from!" \ --text "There are a lot of office suites to choose from!" \
--geometry=600x400 \ --geometry=600x400 \
@ -153,7 +153,7 @@ function upgrade2ultimate
yad \ yad \
--image='firefox' \ --image='firefox' \
--title="Upgrade to ULTIMATE 👾" \ --title="Upgrade to ULTIMATE" \
--window-icon='update' \ --window-icon='update' \
--text "Here are some browsers that you can choose from:" \ --text "Here are some browsers that you can choose from:" \
--geometry=600x400 \ --geometry=600x400 \
@ -189,7 +189,7 @@ function upgrade2ultimate
yad \ yad \
--image='nextcloud-client' \ --image='nextcloud-client' \
--title="Upgrade to ULTIMATE 👾" \ --title="Upgrade to ULTIMATE" \
--window-icon='update' \ --window-icon='update' \
--text "Some general internet applications?" \ --text "Some general internet applications?" \
--geometry=600x400 \ --geometry=600x400 \
@ -242,7 +242,7 @@ function upgrade2ultimate
yad \ yad \
--image='telegram-desktop' \ --image='telegram-desktop' \
--title="Upgrade to ULTIMATE 👾" \ --title="Upgrade to ULTIMATE" \
--window-icon='update' \ --window-icon='update' \
--text "Do you need communication software?" \ --text "Do you need communication software?" \
--geometry=600x400 \ --geometry=600x400 \
@ -289,7 +289,7 @@ function upgrade2ultimate
yad \ yad \
--image='thunderbird' \ --image='thunderbird' \
--title="Upgrade to ULTIMATE 👾" \ --title="Upgrade to ULTIMATE" \
--window-icon='update' \ --window-icon='update' \
--text "Mail clients:" \ --text "Mail clients:" \
--geometry=600x400 \ --geometry=600x400 \
@ -318,7 +318,7 @@ function upgrade2ultimate
yad \ yad \
--image='audacity' \ --image='audacity' \
--title="Upgrade to ULTIMATE 👾" \ --title="Upgrade to ULTIMATE" \
--window-icon='update' \ --window-icon='update' \
--text "What about audio software?" \ --text "What about audio software?" \
--geometry=600x400 \ --geometry=600x400 \
@ -370,7 +370,7 @@ function upgrade2ultimate
yad \ yad \
--image='kdenlive' \ --image='kdenlive' \
--title="Upgrade to ULTIMATE 👾" \ --title="Upgrade to ULTIMATE" \
--window-icon='update' \ --window-icon='update' \
--text "What about video software?" \ --text "What about video software?" \
--geometry=600x400 \ --geometry=600x400 \
@ -384,7 +384,6 @@ function upgrade2ultimate
echo "kdenlive echo "kdenlive
movit movit
sox sox
laspa
opus-tools opus-tools
frei0r-plugins" >> /tmp/setup-assistant/pkgs.txt frei0r-plugins" >> /tmp/setup-assistant/pkgs.txt
fi fi
@ -410,7 +409,7 @@ function upgrade2ultimate
yad \ yad \
--image='gimp' \ --image='gimp' \
--title="Upgrade to ULTIMATE 👾" \ --title="Upgrade to ULTIMATE" \
--window-icon='update' \ --window-icon='update' \
--text "What about graphics software?" \ --text "What about graphics software?" \
--geometry=600x400 \ --geometry=600x400 \
@ -462,7 +461,7 @@ function upgrade2ultimate
yad \ yad \
--image='kodi' \ --image='kodi' \
--title="Upgrade to ULTIMATE 👾" \ --title="Upgrade to ULTIMATE" \
--window-icon='update' \ --window-icon='update' \
--text "What about multimedia software?" \ --text "What about multimedia software?" \
--geometry=600x400 \ --geometry=600x400 \
@ -529,7 +528,7 @@ function upgrade2ultimate
yad \ yad \
--image='code' \ --image='code' \
--title="Upgrade to ULTIMATE 👾" \ --title="Upgrade to ULTIMATE" \
--window-icon='update' \ --window-icon='update' \
--text "Are you a developer who needs one of these?" \ --text "Are you a developer who needs one of these?" \
--geometry=600x400 \ --geometry=600x400 \
@ -560,7 +559,7 @@ function upgrade2ultimate
yad \ yad \
--image='virtualbox' \ --image='virtualbox' \
--title="Upgrade to ULTIMATE 👾" \ --title="Upgrade to ULTIMATE" \
--window-icon='update' \ --window-icon='update' \
--text "Are you rather a fan of Virtualbox or virt-manager?" \ --text "Are you rather a fan of Virtualbox or virt-manager?" \
--geometry=600x400 \ --geometry=600x400 \
@ -604,7 +603,7 @@ if ! yad \
--button=Yes:1 \ --button=Yes:1 \
--text-align=center \ --text-align=center \
--center \ --center \
--text "Do you want to get a recent mirrorlist and refresh mirrors?" 💻; then --text "Do you want to get a recent mirrorlist and refresh mirrors?"; then
reflector-simple >/dev/null 2>&1 reflector-simple >/dev/null 2>&1
fi fi
@ -617,7 +616,7 @@ if ! yad \
--button=Yes:1 \ --button=Yes:1 \
--text-align=center \ --text-align=center \
--center \ --center \
--text "Update the system? (recommended!) 😊"; then --text "Update the system? (recommended!)"; then
alacritty -e sudo pacman "-Syyu" alacritty -e sudo pacman "-Syyu"
fi fi
@ -630,7 +629,7 @@ if ! yad \
--button=Yes:1 \ --button=Yes:1 \
--text-align=center \ --text-align=center \
--center \ --center \
--text "Upgrade to Ultimate? (You can select which apps you want!) 🔧"; then --text "Upgrade to Ultimate? (You can select which apps you want!)"; then
upgrade2ultimate upgrade2ultimate
fi fi

View file

@ -1,7 +1,7 @@
true true
Kdenlive (Video editor by KDE) Kdenlive (Video editor by KDE)
false false
Baka-Mplayer (libmpv & Qt based video player) Baka-Mplayer (libmpv and Qt based video player)
false false
OBS Studio (Video recording/streaming) OBS Studio (Video recording/streaming)
false false

View file

@ -7,6 +7,6 @@ Encoding=UTF-8
Exec=setup-assistant Exec=setup-assistant
Terminal=false Terminal=false
Type=Application Type=Application
Icon=pamac-updater Icon=gnome-system-log
Categories=GTK;System;Garuda-Setup; Categories=GTK;System;Garuda-Setup;
NoDisplay=false NoDisplay=false