diff --git a/usr/bin/jgmenusettings-pipe b/usr/bin/jgmenusettings-pipe index 79d56c0..95f9486 100755 --- a/usr/bin/jgmenusettings-pipe +++ b/usr/bin/jgmenusettings-pipe @@ -227,8 +227,8 @@ out+=("$MAINMENU,^checkout(mainmenu_edit)") out+=("$LEFTPANEL,^checkout(left_edit)") out+=("$RIGHTPANEL,^checkout(right_edit)") out+=("$EXITMENU,^checkout(exit_edit)") -out+=("^sep($JGBROWSER)") -[[ $jgbrowser_show_hidden = false ]] && out+=("$SHOW_HIDDEN,mb-setvar jgbrowser_show_hidden=true;$me") || out+=("$SHOW_HIDDEN,mb-setvar jgbrowser_show_hidden=false;$me") +#out+=("^sep($JGBROWSER)") +#[[ $jgbrowser_show_hidden = false ]] && out+=("$SHOW_HIDDEN,mb-setvar jgbrowser_show_hidden=true;$me") || out+=("$SHOW_HIDDEN,mb-setvar jgbrowser_show_hidden=false;$me") out2+=("^tag(mainmenu_edit)") out2+=("^sep($MAINMENU)") diff --git a/usr/bin/jgtint2-pipe b/usr/bin/jgtint2-pipe index 8422080..f221cf2 100755 --- a/usr/bin/jgtint2-pipe +++ b/usr/bin/jgtint2-pipe @@ -248,7 +248,8 @@ qactions () { out2+=("4,t2ctl hideheight 4 ${TINT}") out2+=("5,t2ctl hideheight 5 ${TINT}") } - +out+=("^sep($APPS)") +out+=("$LAUNCHERS,jgtint2launcher") if [ "$(pidof tint2)" ];then i=0 out+=("^sep($TINT2_CONFIGURE)") @@ -273,8 +274,7 @@ out+=("^sep($TINT2_CONFIGURE)") fi -out+=("^sep($APPS)") -out+=("$LAUNCHERS,jgtint2launcher") + if command -v phwmon.py &>/dev/null; then PHWRUN="mabox-obstart phwmon" diff --git a/usr/bin/mb-places b/usr/bin/mb-places index 705b24a..4f5bf2b 100755 --- a/usr/bin/mb-places +++ b/usr/bin/mb-places @@ -52,7 +52,7 @@ fi mapfile -t out < "$PLACES" out+=("^sep()") -[[ $jgbrowser_show_hidden = false ]] && out+=("$SHOW_HIDDEN,mb-setvar jgbrowser_show_hidden=true") || out+=("$SHOW_HIDDEN,mb-setvar jgbrowser_show_hidden=false") +#[[ $jgbrowser_show_hidden = false ]] && out+=("$SHOW_HIDDEN,mb-setvar jgbrowser_show_hidden=true") || out+=("$SHOW_HIDDEN,mb-setvar jgbrowser_show_hidden=false") out+=("$EDIT $LABEL,xdg-open $PLACES,geany") out+=("^sep($FILETOOLS)")