update
parent
aca4fce020
commit
820f0b6a40
|
@ -331,8 +331,6 @@ cat <<EOF > ${MENU_ITEMS}
|
|||
@text,,70,10,200,20,4,left,top,${color_title_fg% *},#111111,<big>$OSNAME $OSVERSION</big> <sup> $OSCODE</sup>
|
||||
@text,,70,30,200,20,4,left,top,#666666,#444444,<small>$USER@$HOSTNAME</small>
|
||||
@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,"""<big></big> <small><i>$TYPE_TO_SEARCH</i></small>"""
|
||||
|
@ -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 <<EOF > ${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,<big>$OSNAME $OSVERSION</big> <sup> $OSCODE</sup>
|
||||
@text,,70,30,200,20,4,left,top,#666666,#444444,<small>$USER@$HOSTNAME</small>
|
||||
@text,,70,50,200,20,4,left,top,#666666,#444444,
|
||||
|
||||
. $HOME/.config/mabox/places-prepend.csv
|
||||
|
||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 25 KiB After Width: | Height: | Size: 13 KiB |
Binary file not shown.
Before Width: | Height: | Size: 24 KiB After Width: | Height: | Size: 13 KiB |
Binary file not shown.
Before Width: | Height: | Size: 25 KiB After Width: | Height: | Size: 13 KiB |
Loading…
Reference in New Issue