diff --git a/bin/mb-jgtools b/bin/mb-jgtools index 9f4a31f..1d1585c 100755 --- a/bin/mb-jgtools +++ b/bin/mb-jgtools @@ -174,6 +174,7 @@ CONFIG_FILE=$(mktemp) MENU_ITEMS=$(mktemp) trap "rm -f ${CONFIG_FILE} ${MENU_ITEMS}" EXIT [ $jgmenu_use_icons == false ] && jgmenu_icon_size=0 +BOTTOM_IMG=${right_bottom_img:-/usr/share/mb-jgtools/mabox_3D_gold.png} MENU_HALIGN="right" ITEM_HALIGN="left" ARROW_STRING=" ⮜ " @@ -329,7 +330,8 @@ cat < ${MENU_ITEMS} @icon,,15,10,48,48,4,left,top,,,/usr/share/icons/hicolor/48x48/apps/distributor-logo-mabox.png @text,,70,10,200,20,4,left,top,${color_title_fg% *},#111111,$OSNAME $OSVERSION $OSCODE @text,,70,30,200,20,4,left,top,#666666,#444444,$USER@$HOSTNAME -@icon,,53,$(expr $MENU_HEIGHT_MIN - 96),143,96,4,center,top,,,$HOME/.config/mabox/mabox3Dgreen.png +@icon,,10,$(expr $MENU_HEIGHT_MIN - 190),240,180,4,center,top,,,$BOTTOM_IMG +#@icon,,50,$(expr $MENU_HEIGHT_MIN - 160),160,160,4,center,top,,,$HOME/Mabox2002/logo3Dcolors/mabox_3D_green.png @text,,20,50,200,20,4,left,top,#666666,#444444, @@ -473,6 +475,8 @@ MENU_HEIGHT_MIN=$(xdpyinfo | awk '/^ +dimensions/ {print $2}' | cut -d 'x' -f2) JGWIDTH=250 jgmenu_icon_size=0 MENU_PADDING_TOP=70 +BOTTOM_IMG=${places_bottom_img:-/usr/share/mb-jgtools/mabox_3D_silver.png} + [ $places_softwarepipe == true ] && softwarepipe="^sep($PIPEMENUS) $POPINSTALL,^pipe(jgsoftware-pipe)" [ $places_sysinfopipe == true ] && sysinfopipe="$SYSINFO,^pipe(jgsysinfo-pipe)" diff --git a/mb-jgtools/mabox_3D_gold.png b/mb-jgtools/mabox_3D_gold.png new file mode 100644 index 0000000..792c24f Binary files /dev/null and b/mb-jgtools/mabox_3D_gold.png differ diff --git a/mb-jgtools/mabox_3D_green.png b/mb-jgtools/mabox_3D_green.png new file mode 100644 index 0000000..151ff06 Binary files /dev/null and b/mb-jgtools/mabox_3D_green.png differ diff --git a/mb-jgtools/mabox_3D_silver.png b/mb-jgtools/mabox_3D_silver.png new file mode 100644 index 0000000..1db45a7 Binary files /dev/null and b/mb-jgtools/mabox_3D_silver.png differ