File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ DH_CONFIG="$DH_CONFIG_DIR/distrohopper.conf"
99DH_ICON_DIR=" /usr/share/icons/distroicons"
1010TERMINAL=sakura
1111replace=' "!"'
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"
1313source " $DH_CONFIG "
1414
1515cd " $VMS_DIR " || exit
102102else
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 &
You can’t perform that action at this time.
0 commit comments