Skip to content

Commit 5a14232

Browse files
author
zenobit
committed
GTK_THEME
1 parent 752e756 commit 5a14232

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

dh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ DH_CONFIG="$DH_CONFIG_DIR/distrohopper.conf"
99
DH_ICON_DIR="/usr/share/icons/distroicons"
1010
TERMINAL=sakura
1111
replace='"!"'
12-
export "DH_CONFIG_DIR" "DH_CONFIG" "DH_ICON_DIR" "TERMINAL" "replace"
12+
export "DH_CONFIG_DIR" "DH_CONFIG" "DH_ICON_DIR" "TERMINAL" "replace" # "GTK_THEME"
1313
source "$DH_CONFIG"
1414

1515
cd "$VMS_DIR" || exit
@@ -102,7 +102,6 @@ fi
102102
else
103103
# run GUI
104104
key=$((RANDOM % 9000 + 1000))
105-
GTK_THEME="alt-dialog"
106105
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 &
107106
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 &
108107
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 &

0 commit comments

Comments
 (0)