panels logos
parent
970bd120bb
commit
53e09eb63d
|
@ -11,8 +11,6 @@ menu_font_family=${menu_font_family:-Noto Sans Medium}
|
|||
jgmenu_font="${menu_font_family} ${menu_font_size}"
|
||||
|
||||
|
||||
|
||||
|
||||
[ $(pidof picom) ] && MENU_RADIUS=$jgtools_radius
|
||||
[ -z $jgmenu_use_borders ] && menu_border=0
|
||||
|
||||
|
@ -178,7 +176,7 @@ cat <<EOF > $HOME/.config/jgmenu/prepend.csv
|
|||
@search,,$((jgtools_padding + 38)),$((jgtools_padding + 4)),150,20,2,left,top,auto,#000000 0,<i>$TYPE_TO_SEARCH</i>
|
||||
^sep()
|
||||
. ~/.config/mabox/favorites.csv
|
||||
$APPS,^checkout(lx-apps),applications-other
|
||||
$APPS,^checkout(apps),applications-other
|
||||
. ~/.config/mabox/mainmenu_below_apps.csv
|
||||
^sep()
|
||||
$KEYS, mbhelper -s,key_bindings
|
||||
|
@ -200,7 +198,7 @@ Mabox Forum,exo-open --launch WebBrowser https://forum.maboxlinux.org/,distribut
|
|||
. /usr/share/mb-jgtools/userguide.csv
|
||||
|
||||
. ~/.config/mabox/settings_tags.csv
|
||||
^tag(lx-apps)"
|
||||
^tag(apps)
|
||||
EOF
|
||||
else
|
||||
|
||||
|
@ -426,9 +424,9 @@ esac
|
|||
mkconfigfile
|
||||
|
||||
cat <<EOF > ${MENU_ITEMS}
|
||||
@icon,,$((jgtools_padding + 10)),$((jgtools_padding + 10)),48,48,4,left,top,,,/usr/share/icons/hicolor/48x48/apps/distributor-logo-mabox.png
|
||||
@text,,$((jgtools_padding + 65)),$((jgtools_padding + 10)),200,20,4,left,top,auto,#111111,<big>$OSNAME $OSVERSION</big> <sup><i>$OSCODE</i></sup>
|
||||
@text,,$((jgtools_padding + 65)),$((jgtools_padding + 30)),200,20,4,left,top,auto,#444444,<small>$USER@$HOSTNAME</small>
|
||||
@icon,,$((jgtools_padding + 2)),$((jgtools_padding + 10)),48,48,4,left,top,,,/usr/share/icons/hicolor/48x48/apps/distributor-logo-mabox.png
|
||||
@text,,$((jgtools_padding + 56)),$((jgtools_padding + 10)),200,20,4,left,top,auto,#111111,<big>$OSNAME $OSVERSION</big> <sup><i>$OSCODE</i></sup>
|
||||
@text,,$((jgtools_padding + 56)),$((jgtools_padding + 30)),200,20,4,left,top,auto,#444444,<small>$USER@$HOSTNAME</small>
|
||||
@search,,$((gtools_padding + 80)),$((jgtools_padding + 50)),292,20,4,left,top,auto,#262626,"""<big></big> <small><i>$TYPE_TO_SEARCH</i></small>"""
|
||||
|
||||
. $HOME/.config/mabox/right-prepend.csv
|
||||
|
@ -675,9 +673,9 @@ fi
|
|||
mkconfigfile
|
||||
|
||||
cat <<EOF > ${MENU_ITEMS}
|
||||
@icon,,$((jgtools_padding + 10)),$((jgtools_padding + 10)),48,48,4,left,top,,,/usr/share/icons/hicolor/48x48/apps/mbcc.png
|
||||
@text,,$((jgtools_padding + 70)),$((jgtools_padding + 10)),200,20,4,left,top,auto,#111111,<big>$OSNAME $OSVERSION</big> <sup><i>$OSCODE</i></sup>
|
||||
@text,,$((jgtools_padding + 70)),$((jgtools_padding + 30)),200,20,4,left,top,auto,#444444,<small>$USER@$HOSTNAME</small>
|
||||
@icon,,$((jgtools_padding + 2)),$((jgtools_padding + 10)),48,48,4,left,top,,,/usr/share/icons/hicolor/48x48/apps/mbcc.png
|
||||
@text,,$((jgtools_padding + 62)),$((jgtools_padding + 10)),200,20,4,left,top,auto,#111111,<big>$OSNAME $OSVERSION</big> <sup><i>$OSCODE</i></sup>
|
||||
@text,,$((jgtools_padding + 62)),$((jgtools_padding + 30)),200,20,4,left,top,auto,#444444,<small>$USER@$HOSTNAME</small>
|
||||
|
||||
. $HOME/.config/mabox/places-prepend.csv
|
||||
. ${QNAV}
|
||||
|
@ -796,6 +794,7 @@ case $LANG in
|
|||
;;
|
||||
esac
|
||||
jgtools_padding=${jgtools_padding:-0}
|
||||
POSITION_MODE=${1:-fixed}
|
||||
JGWIDTH=$((jgtools_padding + 348 + jgtools_padding))
|
||||
MENU_PADDING_TOP=$((jgtools_padding + 221))
|
||||
MENU_HALIGN="center"
|
||||
|
@ -910,7 +909,7 @@ case "$1" in
|
|||
right) right;;
|
||||
mblogout) mblogout "$2";;
|
||||
settings) settings "$2";;
|
||||
screenshot) screenshot;;
|
||||
screenshot) screenshot "$2";;
|
||||
places) places;;
|
||||
*)
|
||||
echo -e "
|
||||
|
|
Loading…
Reference in New Issue