forked from CastroFidel/PortWINE
updated yad_v13.0.4 and themes
This commit is contained in:
@ -2724,8 +2724,8 @@ pw_update_pfx_cover_gui () {
|
||||
|
||||
pw_start_progress_bar_cs () {
|
||||
if ! check_start_from_steam ; then
|
||||
"${pw_yad}" --progress --text="$@
|
||||
" --pulsate --close-on-unfocus --borders="$PROGRESS_BAR_BORDERS_SIZE" \
|
||||
"${pw_yad}" --progress-old --text="$@
|
||||
" --pulsate --hide-text --close-on-unfocus --borders="$PROGRESS_BAR_BORDERS_SIZE" \
|
||||
--no-buttons --undecorated --center --skip-taskbar \
|
||||
--width="$PROGRESS_BAR_WIDTH_SIZE" \
|
||||
--wrap-width="$PROGRESS_BAR_WIDTH_SIZE" \
|
||||
@ -2737,8 +2737,8 @@ pw_start_progress_bar_cs () {
|
||||
|
||||
pw_start_progress_bar_block () {
|
||||
if ! check_start_from_steam ; then
|
||||
"${pw_yad}" --progress --text="$@
|
||||
" --pulsate --borders="$PROGRESS_BAR_BORDERS_SIZE" \
|
||||
"${pw_yad}" --progress-old --text="$@
|
||||
" --pulsate --hide-text --borders="$PROGRESS_BAR_BORDERS_SIZE" \
|
||||
--no-buttons --undecorated --center --skip-taskbar \
|
||||
--no-escape --text-align="center" --height=90 --fixed \
|
||||
--width="$PROGRESS_BAR_WIDTH_SIZE" \
|
||||
@ -2751,8 +2751,8 @@ pw_start_progress_bar_block () {
|
||||
|
||||
pw_start_progress_bar_install_game () {
|
||||
if ! check_start_from_steam ; then
|
||||
"${pw_yad}" --progress --text="$(eval_gettext "Please wait. Installing the") $@
|
||||
" --pulsate --borders="$PROGRESS_BAR_BORDERS_SIZE" \
|
||||
"${pw_yad}" --progress-old --text="$(eval_gettext "Please wait. Installing the") $@
|
||||
" --pulsate --hide-text --borders="$PROGRESS_BAR_BORDERS_SIZE" \
|
||||
--no-buttons --undecorated --center --skip-taskbar \
|
||||
--no-escape --text-align="center" --height=90 --fixed \
|
||||
--width="$PROGRESS_BAR_WIDTH_SIZE" \
|
||||
|
@ -452,7 +452,7 @@ if [[ -f "${portwine_exe}" ]] ; then
|
||||
fi
|
||||
|
||||
"${pw_yad}" --key=$KEY_START --notebook --active-tab=$TAB_START \
|
||||
--width="${PW_MAIN_START_SIZE_W}" --tab-pos="${PW_TAB_POSITON}" --center \
|
||||
--width="${PW_START_SIZE_W}" --tab-pos="${PW_TAB_POSITON}" --center \
|
||||
--title "PortProton-${install_ver} (${scripts_install_ver})" --expand --buttons-layout=expand \
|
||||
--window-icon="$PW_GUI_ICON_PATH/portproton.svg" \
|
||||
--tab="$(eval_gettext "GENERAL")"!"$PW_GUI_ICON_PATH/$TAB_SIZE.png"!"" \
|
||||
@ -487,7 +487,7 @@ if [[ -f "${portwine_exe}" ]] ; then
|
||||
2>/dev/null &
|
||||
|
||||
"${pw_yad}" --key=$KEY_START --paned --center \
|
||||
--width="${PW_MAIN_START_SIZE_W}" --height="${PW_MAIN_START_SIZE_H}" --tab-pos="${PW_TAB_POSITON}" \
|
||||
--width="${PW_START_SIZE_W}" --height="${PW_START_SIZE_H}" --tab-pos="${PW_TAB_POSITON}" \
|
||||
--title "PortProton-${install_ver} (${scripts_install_ver})" --buttons-layout=expand \
|
||||
--window-icon="$PW_GUI_ICON_PATH/portproton.svg" \
|
||||
--button="${PW_SHORTCUT}" \
|
||||
|
@ -1,6 +1,6 @@
|
||||
#!/usr/bin/env bash
|
||||
#Author: Castro-Fidel (linux-gaming.ru)
|
||||
#SCRIPTS_NEXT_VERSION=2304
|
||||
#SCRIPTS_NEXT_VERSION=2305
|
||||
########################################################################
|
||||
export LANGUAGES_LIST="ru es"
|
||||
export PW_MANGOHUD="0"
|
||||
@ -37,7 +37,7 @@ export PW_GPU_USE="disabled"
|
||||
export PW_LOCALE_SELECT="disabled"
|
||||
export PW_USE_GAMESCOPE="0"
|
||||
export PW_DINPUT_PROTOCOL="0"
|
||||
export PW_YAD_BIN="yad_v13_0_3"
|
||||
export PW_YAD_BIN="yad_v13_0_4"
|
||||
###GTK_CONFIG###
|
||||
# export GTK_DATA_PREFIX=
|
||||
# export GTK_THEME="Adwaita:dark"
|
||||
|
Binary file not shown.
BIN
data_from_portwine/scripts/yad_portable/yad_v13_0_4
Executable file
BIN
data_from_portwine/scripts/yad_portable/yad_v13_0_4
Executable file
Binary file not shown.
Reference in New Issue
Block a user