Refactor zenity progress command in NonSteamLaunchers.sh

Updated zenity progress command formatting for clarity.
This commit is contained in:
Roy
2026-06-09 00:41:56 -07:00
committed by GitHub
parent 08c46611d7
commit 09ce5ce133
+4 -4
View File
@@ -3580,11 +3580,11 @@ echo "Backup completed"
echo "100" echo "100"
echo "# Installation Complete - Steam will now restart. Your launchers will be in your library!...Food for thought...do Jedis use Force Compatability?" echo "# Installation Complete - Steam will now restart. Your launchers will be in your library!...Food for thought...do Jedis use Force Compatability?"
) | ) | zenity --progress \
zenity --progress \
--title="Update Status" \ --title="Update Status" \
--text="Starting update...please wait..." --width=450 --height=350\ --text="Starting update...please wait..." \
--percentage=0 --auto-close --width=450 --height=350 \
--percentage=0 --auto-close || true
# Write to env_vars # Write to env_vars