forked from CastroFidel/PortWINE
updated dxvk.conf and themes
This commit is contained in:
@ -1,5 +1,9 @@
|
||||
export THEME_NAME="$(basename .pptheme)"
|
||||
#!/usr/bin/env bash
|
||||
|
||||
export THEME_NAME=classic
|
||||
export THEME_PATH="$PW_GUI_THEMES_PATH/$THEME_NAME"
|
||||
export COVERS_PATH="$PW_GUI_THEMES_PATH/$THEME_NAME"
|
||||
|
||||
export YAD_OPTIONS="--css=$THEME_PATH/style.css \
|
||||
--borders=5 \
|
||||
--tab-borders=3 \
|
||||
|
BIN
data_from_portwine/themes/classic/loading_ENG.gif
Normal file
BIN
data_from_portwine/themes/classic/loading_ENG.gif
Normal file
Binary file not shown.
After Width: | Height: | Size: 2.4 MiB |
BIN
data_from_portwine/themes/classic/loading_RUS.gif
Normal file
BIN
data_from_portwine/themes/classic/loading_RUS.gif
Normal file
Binary file not shown.
After Width: | Height: | Size: 2.4 MiB |
BIN
data_from_portwine/themes/classic/unpacking_ENG.gif
Normal file
BIN
data_from_portwine/themes/classic/unpacking_ENG.gif
Normal file
Binary file not shown.
After Width: | Height: | Size: 2.3 MiB |
BIN
data_from_portwine/themes/classic/unpacking_RUS.gif
Normal file
BIN
data_from_portwine/themes/classic/unpacking_RUS.gif
Normal file
Binary file not shown.
After Width: | Height: | Size: 2.3 MiB |
BIN
data_from_portwine/themes/classic/update_prefix_ENG.gif
Normal file
BIN
data_from_portwine/themes/classic/update_prefix_ENG.gif
Normal file
Binary file not shown.
After Width: | Height: | Size: 2.3 MiB |
BIN
data_from_portwine/themes/classic/update_prefix_RUS.gif
Normal file
BIN
data_from_portwine/themes/classic/update_prefix_RUS.gif
Normal file
Binary file not shown.
After Width: | Height: | Size: 2.4 MiB |
@ -1,6 +1,10 @@
|
||||
#!/usr/bin/env bash
|
||||
# export GTK_DEBUG=interactive
|
||||
|
||||
# определение названия и пути темы
|
||||
export THEME_NAME="$(basename .pptheme)"
|
||||
export THEME_NAME=default
|
||||
export THEME_PATH="$PW_GUI_THEMES_PATH/$THEME_NAME"
|
||||
export COVERS_PATH="$PW_GUI_THEMES_PATH/classic"
|
||||
|
||||
# глобальные настройки YAD
|
||||
export YAD_OPTIONS="--css=$THEME_PATH/style.css \
|
||||
|
Reference in New Issue
Block a user