bottom images for sidepanels
parent
81117628c2
commit
2f7b4cd620
|
@ -174,6 +174,7 @@ CONFIG_FILE=$(mktemp)
|
||||||
MENU_ITEMS=$(mktemp)
|
MENU_ITEMS=$(mktemp)
|
||||||
trap "rm -f ${CONFIG_FILE} ${MENU_ITEMS}" EXIT
|
trap "rm -f ${CONFIG_FILE} ${MENU_ITEMS}" EXIT
|
||||||
[ $jgmenu_use_icons == false ] && jgmenu_icon_size=0
|
[ $jgmenu_use_icons == false ] && jgmenu_icon_size=0
|
||||||
|
BOTTOM_IMG=${right_bottom_img:-/usr/share/mb-jgtools/mabox_3D_gold.png}
|
||||||
MENU_HALIGN="right"
|
MENU_HALIGN="right"
|
||||||
ITEM_HALIGN="left"
|
ITEM_HALIGN="left"
|
||||||
ARROW_STRING=" ⮜ "
|
ARROW_STRING=" ⮜ "
|
||||||
|
@ -329,7 +330,8 @@ cat <<EOF > ${MENU_ITEMS}
|
||||||
@icon,,15,10,48,48,4,left,top,,,/usr/share/icons/hicolor/48x48/apps/distributor-logo-mabox.png
|
@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,<big>$OSNAME $OSVERSION</big> <sup> $OSCODE</sup>
|
@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,30,200,20,4,left,top,#666666,#444444,<small>$USER@$HOSTNAME</small>
|
||||||
@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,
|
@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
|
JGWIDTH=250
|
||||||
jgmenu_icon_size=0
|
jgmenu_icon_size=0
|
||||||
MENU_PADDING_TOP=70
|
MENU_PADDING_TOP=70
|
||||||
|
BOTTOM_IMG=${places_bottom_img:-/usr/share/mb-jgtools/mabox_3D_silver.png}
|
||||||
|
|
||||||
[ $places_softwarepipe == true ] && softwarepipe="^sep($PIPEMENUS)
|
[ $places_softwarepipe == true ] && softwarepipe="^sep($PIPEMENUS)
|
||||||
$POPINSTALL,^pipe(jgsoftware-pipe)"
|
$POPINSTALL,^pipe(jgsoftware-pipe)"
|
||||||
[ $places_sysinfopipe == true ] && sysinfopipe="$SYSINFO,^pipe(jgsysinfo-pipe)"
|
[ $places_sysinfopipe == true ] && sysinfopipe="$SYSINFO,^pipe(jgsysinfo-pipe)"
|
||||||
|
|
Binary file not shown.
After Width: | Height: | Size: 25 KiB |
Binary file not shown.
After Width: | Height: | Size: 24 KiB |
Binary file not shown.
After Width: | Height: | Size: 25 KiB |
Loading…
Reference in New Issue