updated dxvk.conf and themes

This commit is contained in:
Mikhail Tergoev
2024-04-12 13:30:23 +03:00
parent 1b81250f39
commit 2018ab5c2e
47 changed files with 260 additions and 137 deletions

View File

@ -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 \

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.4 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.4 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.3 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.3 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.3 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.4 MiB

View File

@ -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 \