mirror of
https://github.com/oSoWoSo/DistroHopper.git
synced 2024-08-14 22:46:53 +00:00
GTK_THEME
This commit is contained in:
parent
7e9fcae435
commit
7a4232af63
1 changed files with 1 additions and 2 deletions
3
dh
3
dh
|
@ -9,7 +9,7 @@ DH_CONFIG="$DH_CONFIG_DIR/distrohopper.conf"
|
|||
DH_ICON_DIR="/usr/share/icons/distrohopper"
|
||||
TERMINAL=sakura
|
||||
replace='"!"'
|
||||
export "DH_CONFIG_DIR" "DH_CONFIG" "DH_ICON_DIR" "TERMINAL" "replace"
|
||||
export "DH_CONFIG_DIR" "DH_CONFIG" "DH_ICON_DIR" "TERMINAL" "replace" # "GTK_THEME"
|
||||
source "$DH_CONFIG"
|
||||
|
||||
cd "$VMS_DIR" || exit
|
||||
|
@ -102,7 +102,6 @@ fi
|
|||
else
|
||||
# run GUI
|
||||
key=$((RANDOM % 9000 + 1000))
|
||||
GTK_THEME="alt-dialog"
|
||||
yad --plug="$key" --tabnum=1 --monitor --icons --listen --read-dir="$DH_CONFIG_DIR"/ready --sort-by-name --no-buttons --borders=0 --icon-size=48 --item-width=76 &
|
||||
yad --plug="$key" --tabnum=2 --monitor --icons --listen --read-dir="$DH_CONFIG_DIR"/supported --sort-by-name --no-buttons --borders=0 --icon-size=48 --item-width=76 &
|
||||
yad --plug="$key" --tabnum=3 --monitor --icons --listen --read-dir="$DH_CONFIG_DIR" --sort-by-name --no-buttons --borders=0 --icon-size=48 --item-width=76 &
|
||||
|
|
Loading…
Reference in a new issue