parent
96ed5973d8
commit
6169c64f39
|
@ -301,7 +301,7 @@ out+=(" $COLORIZE,^pipe(randomizer c)")
|
|||
out+=("^sep($MODULES)")
|
||||
out+=("$OBTHEME,^pipe(colorizer-ob)")
|
||||
|
||||
#out+=("TINT2,^pipe(colorizer-tint2)")
|
||||
out+=("TINT2,^pipe(colorizer-tint2)")
|
||||
out+=("$MENUPANELS,^pipe(colorizer-menus)")
|
||||
out+=("Conky Manager,^pipe(colorizer-conky)")
|
||||
|
||||
|
@ -565,11 +565,6 @@ out2+=("^tag(settings)")
|
|||
out2+=("^sep($AUTOGEN_THEMES)")
|
||||
[[ "$wall2themes" = "yes" ]] && out2+=("<big></big> $AUTOGEN_THEMES,mb-setvar wall2themes=no $CNF_FILE;colorizer -s") || out2+=("<big></big> $AUTOGEN_THEMES,mb-setvar wall2themes=yes $CNF_FILE;colorizer -s")
|
||||
|
||||
#out2+=(" $AUTOGEN_THEMES [ <b>${wall2themes}</b> ],^checkout(autogen)")
|
||||
#out3+=("^tag(autogen")
|
||||
#out3+=("^sep($GENERATETHEMES)")
|
||||
#out3+=("$YES,mb-setvar wall2themes=yes $CNF_FILE;colorizer -s")
|
||||
#out3+=("$NO,mb-setvar wall2themes=no $CNF_FILE;colorizer -s")
|
||||
out2+=("^sep()")
|
||||
|
||||
out2+=("$OBTHEME [ <b>${wall2themes_ob}</b> ],^checkout(ob)")
|
||||
|
@ -679,7 +674,7 @@ out3+=("^sep($SHOW_RELATED)")
|
|||
[[ "$related_tools" == "show" ]] && out3+=("<big>綠</big> $SHOW,colorizer -s" "<big>祿</big> $HIDE,mb-setvar related_tools=hide $CNF_FILE;colorizer -s") || out3+=("<big>祿</big> $SHOW,mb-setvar related_tools=show $CNF_FILE;colorizer -s" "<big>綠</big> $HIDE,colorizer -s")
|
||||
out3+=("^sep()")
|
||||
out3+=(" $EDIT_RELATED,xdg-open $CUSTOM_COMMANDS_FILE")
|
||||
out3+=(" $RESET_RELATED,rm $CUSTOM_COMMANDS_FILE;colorizer -s")
|
||||
out3+=(" $RESET_RELATED,rm $CUSTOM_COMMANDS_FILE;colorizer -s")
|
||||
out2+=("^sep()")
|
||||
out2+=(" $EDITCONF,xdg-open $CNF_FILE")
|
||||
out2+=(" $RESET,rm $CNF_FILE;colorizer -s")
|
||||
|
|
|
@ -328,7 +328,7 @@ if pgrep -af "conky.*mbcolor" >/dev/null; then
|
|||
|
||||
|
||||
out+=("^sep($RESET)")
|
||||
out+=(" $RESETCOLORS,^checkout(resetcolors)")
|
||||
out+=(" $RESETCOLORS,^checkout(resetcolors)")
|
||||
out2+=("^tag(resetcolors)")
|
||||
out2+=("^sep($AREYOUSURE)")
|
||||
out2+=("$YES,conkyctl resetcolorsall;$me")
|
||||
|
|
|
@ -187,7 +187,7 @@ out+=("<tt><small>$(printf '%3s' "$MBORDERA")</small> <span bgcolor='$MBORDER' b
|
|||
out+=("^sep()")
|
||||
|
||||
case "$GRADIENT" in
|
||||
none)icon="";;
|
||||
none)icon="";;
|
||||
top)icon="";;
|
||||
right)icon="";;
|
||||
bottom)icon="";;
|
||||
|
@ -243,7 +243,7 @@ out+=("<tt><small>$(printf '%3s' "$SEPFGA")</small> <span fgcolor='$SEPFG' fgalp
|
|||
|
||||
out2+=("^tag(gradientpos)")
|
||||
out2+=("^sep($GRADIENT_POS <small>$GRADIENT</small>)")
|
||||
out2+=(" $NONE,jgctl menu_gradient_pos none;$me")
|
||||
out2+=("$NONE,jgctl menu_gradient_pos none;$me")
|
||||
out2+=("^sep()")
|
||||
out2+=(" $TOP,jgctl menu_gradient_pos top;$me")
|
||||
out2+=(" $RIGHT,jgctl menu_gradient_pos right;$me")
|
||||
|
@ -286,7 +286,7 @@ out+=(" $GLOBAL_MENU_SETTINGS,jgmenusettings-pipe -c")
|
|||
|
||||
out+=("^sep()")
|
||||
if [ -f "${THEMERC}.bak" ]; then
|
||||
out+=(" $RESET <i>${jgmenu_theme}</i> $TO_DEFAULT,jgctl reset;$me")
|
||||
out+=(" $RESET <i>${jgmenu_theme}</i> $TO_DEFAULT,jgctl reset;$me")
|
||||
fi
|
||||
out+=(" $EDIT <i>${jgmenu_theme}</i> $FILE,xdg-open $THEMERC")
|
||||
### We don't need many menu themes anymore
|
||||
|
|
|
@ -239,7 +239,7 @@ out+=("^sep(<i>$GENERATEFROMWP</i>)")
|
|||
if [ -f "${THEMERC}.bak" ]; then
|
||||
|
||||
out+=("^sep($RESET)")
|
||||
out+=(" $RESET_THEME,^checkout(resettheme)")
|
||||
out+=(" $RESET_THEME,^checkout(resettheme)")
|
||||
out2+=("^tag(resettheme)")
|
||||
out2+=("^sep($AREYOUSURE)")
|
||||
out2+=("$YES,obtctl reset;$me")
|
||||
|
|
Loading…
Reference in New Issue