diff --git a/ros-progs-gui.sh b/ros-progs-gui.sh index c5b9c78..7e96f8b 100755 --- a/ros-progs-gui.sh +++ b/ros-progs-gui.sh @@ -11,10 +11,10 @@ yellow=$(tput setaf 3) # ${yellow} cd /usr/local/bin/progs # Zenity ablak megjelenítése -user_choice=$(zenity --list --checklist --width='1000' --height='1000' \ 2>/dev/null +user_choice=$(zenity --list --checklist --width='1000' --height='1000' \ --title="APP Telepítő Script base by Airman & RAVE (Magyarosította balage79)" \ --text="Válassz az alábbi programok közül:" \ - --column="Válassz" --column="Programnév / Leírás" \ + --column="Válassz" --column="Programnév / Leírás" \ 2>/dev/null FALSE "Audacious - Local Music Player 432Hz-re optimalizalva!" \ FALSE "Bitwarden - Jelszókezelő kliens" \ FALSE "Bluetooth - Ha hasznalsz BT-t tedd fel" \ @@ -75,7 +75,7 @@ user_choice=$(zenity --list --checklist --width='1000' --height='1000' \ 2>/dev/ FALSE "Windows 11 Telepítő - Csak Profiknak!" \ FALSE "Xfburn - CD/DVD író program" \ FALSE "XPadNeo - XBox Controller Support" \ - FALSE "Zenpower3 - AMD CPU Feszultseg, Aramerosseg es Fogyasztas Monitorozas" ) 2>/dev/null + FALSE "Zenpower3 - AMD CPU Feszultseg, Aramerosseg es Fogyasztas Monitorozas" ) if [[ $? -eq 1 ]]; then echo ${bold}${yellow}Cancelled by User. Exiting!${normal} exit 1