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
ITEM_HEIGHT=20
ICON_SIZE=16
MENU_RADIUS=10
MENU_RADIUS=${RADIUS:-0}
mkconfigfile
#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>"""
. $HOME/.config/mabox/right-prepend.csv
^sep(Zarządzanie oprogramowaniem)
 Aktualizacja systemu (Pamac),pamac-manager --updates
 Aktualizacja systemu (cli),^term(sudo pacman -Syyu)
@ -159,6 +160,8 @@ cat <<EOF > ${MENU_ITEMS}
. $HOME/.config/mabox/right-append.csv
^tag(system)
^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 Conky)
 wróć,^back()
EOF
jgmenu --config-file=${CONFIG_FILE} --csv-file=${MENU_ITEMS} 2>/dev/null