|
|
|
@ -102,7 +102,7 @@ sep_halign = ${sep_halign:-center} |
|
|
|
|
sep_height = ${sep_height:-5} |
|
|
|
|
font = ${jgmenu_font:-Noto Sans Medium 9} |
|
|
|
|
|
|
|
|
|
icon_size = $((menu_font_size*item_height_factor/100-2)) |
|
|
|
|
icon_size = $((icons*menu_font_size*item_height_factor/100-iconmargin)) |
|
|
|
|
icon_norm_alpha = 70 |
|
|
|
|
icon_sel_alpha = 100 |
|
|
|
|
icon_text_spacing = $((menu_font_size*item_height_factor/400)) |
|
|
|
@ -238,10 +238,11 @@ EOF |
|
|
|
|
|
|
|
|
|
fi |
|
|
|
|
|
|
|
|
|
[ $jgmenu_use_icons == false ] && jgmenu_icon_size=0 |
|
|
|
|
|
|
|
|
|
[ $jgmenu_use_icons == false ] && icons=0 iconmargin=0 || icons=1 iconmargin=4 |
|
|
|
|
mkconfigfile |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
jgmenu --config-file=${CONFIG_FILE} 2>/dev/null |
|
|
|
|
|
|
|
|
|
} |
|
|
|
@ -424,7 +425,7 @@ case $LANG in |
|
|
|
|
;; |
|
|
|
|
esac |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
[ $jgmenu_use_icons == false ] && icons=0 iconmargin=0 || icons=1 iconmargin=4 |
|
|
|
|
mkconfigfile |
|
|
|
|
|
|
|
|
|
cat <<EOF > ${MENU_ITEMS} |
|
|
|
@ -634,7 +635,8 @@ else |
|
|
|
|
fi |
|
|
|
|
|
|
|
|
|
JGWIDTH=40 |
|
|
|
|
jgmenu_icon_size=0 |
|
|
|
|
icons=0 |
|
|
|
|
iconmargin=0 |
|
|
|
|
MENU_PADDING_TOP=$((jgtools_padding + 60)) |
|
|
|
|
#BOTTOM_IMG=${places_bottom_img:-/usr/share/mb-jgtools/mabox_3D_silver.png} |
|
|
|
|
#if [[ $places_softwarepipe || $places_sysinfopipe || $places_keyspipe ]];then pipeseparator="^sep($PIPEMENUS)";fi |
|
|
|
@ -731,8 +733,8 @@ jgtools_padding=${jgtools_padding:-0} |
|
|
|
|
JGWIDTH=$((jgtools_padding + 348 + jgtools_padding)) |
|
|
|
|
MENU_PADDING_TOP=$((jgtools_padding + 221)) |
|
|
|
|
TABS="250" |
|
|
|
|
jgmenu_item_height=30 |
|
|
|
|
jgmenu_icon_size=26 |
|
|
|
|
icons=1 |
|
|
|
|
iconmargin=4 |
|
|
|
|
#jgmenu_font="Noto Sans Medium 11" |
|
|
|
|
|
|
|
|
|
mkconfigfile |
|
|
|
@ -807,7 +809,8 @@ MENU_HALIGN="center" |
|
|
|
|
MENU_VALIGN="center" |
|
|
|
|
TABS="280" |
|
|
|
|
jgmenu_item_height=28 |
|
|
|
|
jgmenu_icon_size=0 |
|
|
|
|
icons=0 |
|
|
|
|
iconmargin=0 |
|
|
|
|
|
|
|
|
|
#MENU_RADIUS=${RADIUS:-0} |
|
|
|
|
|
|
|
|
@ -869,8 +872,7 @@ HIDE_BACK_ITEMS=1 |
|
|
|
|
MENU_PADDING_TOP=${jgtools_padding:-0} |
|
|
|
|
|
|
|
|
|
TABS="90" |
|
|
|
|
[ $jgmenu_use_icons == false ] && jgmenu_icon_size=0 |
|
|
|
|
#jgmenu_icon_size=20 |
|
|
|
|
[ $jgmenu_use_icons == false ] && icons=0 iconmargin=0 || icons=1 iconmargin=4 |
|
|
|
|
|
|
|
|
|
mkconfigfile |
|
|
|
|
|
|
|
|
|