mainmenu below apps

master
Daniel Napora 2021-09-23 22:46:39 +02:00
parent 1624c89b16
commit 2fb625a8bf
1 changed files with 6 additions and 2 deletions

View File

@ -7,7 +7,8 @@ case $LANG in
TITLE="Ustawienia Menu i Paneli"
MENU_ITEMS="Konfiguruj Elementy Menu"
OWN_COMMANDS="własne komendy"
FAVORITES="Ulubione"
FAVORITES="Ulubione (u góry)"
BELOW_APPS="(pod Aplikacjami)"
MAINMENU="Menu główne"
APPS="Programy"
APPS_POS="Pokaż programy w..."
@ -70,6 +71,7 @@ case $LANG in
MENU_ITEMS="Menu Items"
OWN_COMMANDS="Custom Commands"
FAVORITES="Favoritos"
BELOW_APPS="(Below Apps)"
MAINMENU="Main Menu"
APPS="Applicationes"
APPS_POS="Show Applications in..."
@ -131,7 +133,8 @@ case $LANG in
TITLE="Menu/Panels settings"
MENU_ITEMS="Configure Menu Items"
OWN_COMMANDS="Custom Commands"
FAVORITES="Favorites"
FAVORITES="Favorites (on top)"
BELOW_APPS="(below Apps)"
MAINMENU="Main Menu"
APPS="Applications"
APPS_POS="Show Applications in..."
@ -208,6 +211,7 @@ out+=("^sep($JGBROWSER)")
out2+=("^tag(mainmenu_edit)")
out2+=("^sep($MAINMENU)")
out2+=("$EDIT $FAVORITES, geany $HOME/.config/mabox/favorites.csv, geany")
out2+=("$EDIT $BELOW_APPS, geany $HOME/.config/mabox/mainmenu_below_apps.csv, geany")
out2+=("^sep($APPS_POS)")
out2+=("$APPS_MAIN,mb-setvar apps_in_submenu=false;mb-jgtools main ipc")
out2+=("$APPS_SUB,mb-setvar apps_in_submenu=true;mb-jgtools main ipc")