main menu

master
Daniel Napora 2020-02-03 20:50:31 +01:00
parent 2e68df3289
commit 82e0833897
1 changed files with 5 additions and 1 deletions

View File

@ -74,7 +74,7 @@ MENU_PADDING_LEFT=0
JGWIDTH=0 JGWIDTH=0
ITEM_HEIGHT=20 ITEM_HEIGHT=20
ICON_SIZE=16 ICON_SIZE=16
MENU_RADIUS=10 MENU_RADIUS=${RADIUS:-0}
mkconfigfile mkconfigfile
#jgmenu --config-file=${CONFIG_FILE} --csv-file=${MENU_ITEMS} 2>/dev/null #jgmenu --config-file=${CONFIG_FILE} --csv-file=${MENU_ITEMS} 2>/dev/null
@ -129,6 +129,7 @@ cat <<EOF > ${MENU_ITEMS}
@search,,30,70,292,20,4,left,top,auto,#262626,""" <i>pisz, aby wyszukać</i>""" @search,,30,70,292,20,4,left,top,auto,#262626,""" <i>pisz, aby wyszukać</i>"""
. $HOME/.config/mabox/right-prepend.csv . $HOME/.config/mabox/right-prepend.csv
^sep(Zarządzanie oprogramowaniem) ^sep(Zarządzanie oprogramowaniem)
 Aktualizacja systemu (Pamac),pamac-manager --updates  Aktualizacja systemu (Pamac),pamac-manager --updates
 Aktualizacja systemu (cli),^term(sudo pacman -Syyu)  Aktualizacja systemu (cli),^term(sudo pacman -Syyu)
@ -159,6 +160,8 @@ cat <<EOF > ${MENU_ITEMS}
. $HOME/.config/mabox/right-append.csv . $HOME/.config/mabox/right-append.csv
^tag(system) ^tag(system)
^sep(System i sprzęt) ^sep(System i sprzęt)
@ -228,6 +231,7 @@ Forum Manjaro PL,exo-open --launch WebBrowser https://forum.manjaro.pl
^sep(Dokumentacja Tint2) ^sep(Dokumentacja Tint2)
^sep(Dokumentacja Conky) ^sep(Dokumentacja Conky)
 wróć,^back()  wróć,^back()
EOF EOF
jgmenu --config-file=${CONFIG_FILE} --csv-file=${MENU_ITEMS} 2>/dev/null jgmenu --config-file=${CONFIG_FILE} --csv-file=${MENU_ITEMS} 2>/dev/null