diff --git a/bin/mb-jgtools b/bin/mb-jgtools index f5b6b7f..5a256f9 100755 --- a/bin/mb-jgtools +++ b/bin/mb-jgtools @@ -331,8 +331,6 @@ cat < ${MENU_ITEMS} @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,,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, @search,,100,50,292,20,4,left,top,auto,#262626,""" $TYPE_TO_SEARCH""" @@ -474,7 +472,7 @@ esac MENU_HEIGHT_MIN=$(xdpyinfo | awk '/^ +dimensions/ {print $2}' | cut -d 'x' -f2) JGWIDTH=250 jgmenu_icon_size=0 -MENU_PADDING_TOP=70 +MENU_PADDING_TOP=55 BOTTOM_IMG=${places_bottom_img:-/usr/share/mb-jgtools/mabox_3D_silver.png} [ $places_softwarepipe == true ] && softwarepipe="^sep($PIPEMENUS) @@ -487,11 +485,9 @@ mkconfigfile cat < ${MENU_ITEMS} @icon,,10,10,48,48,4,left,top,,,/usr/share/icons/hicolor/48x48/apps/mbcc.png -#@icon,,40,$(expr $MENU_HEIGHT_MIN - 96),143,96,4,left,top,,,$HOME/.config/mabox/tux.svg -@icon,,53,$(expr $MENU_HEIGHT_MIN - 96),143,96,4,center,top,,,$BOTTOM_IMG +@icon,,10,$(expr $MENU_HEIGHT_MIN - 190),240,180,4,center,top,,,$BOTTOM_IMG @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 -@text,,70,50,200,20,4,left,top,#666666,#444444, . $HOME/.config/mabox/places-prepend.csv diff --git a/mb-jgtools/mabox_3D_gold.png b/mb-jgtools/mabox_3D_gold.png index 792c24f..7b6c44b 100644 Binary files a/mb-jgtools/mabox_3D_gold.png 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 index 151ff06..d15dee0 100644 Binary files a/mb-jgtools/mabox_3D_green.png 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 index 1db45a7..f9c6167 100644 Binary files a/mb-jgtools/mabox_3D_silver.png and b/mb-jgtools/mabox_3D_silver.png differ