mainmenu below apps
This commit is contained in:
parent
1624c89b16
commit
2fb625a8bf
@ -7,7 +7,8 @@ case $LANG in
|
|||||||
TITLE="Ustawienia Menu i Paneli"
|
TITLE="Ustawienia Menu i Paneli"
|
||||||
MENU_ITEMS="Konfiguruj Elementy Menu"
|
MENU_ITEMS="Konfiguruj Elementy Menu"
|
||||||
OWN_COMMANDS="własne komendy"
|
OWN_COMMANDS="własne komendy"
|
||||||
FAVORITES="Ulubione"
|
FAVORITES="Ulubione (u góry)"
|
||||||
|
BELOW_APPS="(pod Aplikacjami)"
|
||||||
MAINMENU="Menu główne"
|
MAINMENU="Menu główne"
|
||||||
APPS="Programy"
|
APPS="Programy"
|
||||||
APPS_POS="Pokaż programy w..."
|
APPS_POS="Pokaż programy w..."
|
||||||
@ -70,6 +71,7 @@ case $LANG in
|
|||||||
MENU_ITEMS="Menu Items"
|
MENU_ITEMS="Menu Items"
|
||||||
OWN_COMMANDS="Custom Commands"
|
OWN_COMMANDS="Custom Commands"
|
||||||
FAVORITES="Favoritos"
|
FAVORITES="Favoritos"
|
||||||
|
BELOW_APPS="(Below Apps)"
|
||||||
MAINMENU="Main Menu"
|
MAINMENU="Main Menu"
|
||||||
APPS="Applicationes"
|
APPS="Applicationes"
|
||||||
APPS_POS="Show Applications in..."
|
APPS_POS="Show Applications in..."
|
||||||
@ -131,7 +133,8 @@ case $LANG in
|
|||||||
TITLE="Menu/Panels settings"
|
TITLE="Menu/Panels settings"
|
||||||
MENU_ITEMS="Configure Menu Items"
|
MENU_ITEMS="Configure Menu Items"
|
||||||
OWN_COMMANDS="Custom Commands"
|
OWN_COMMANDS="Custom Commands"
|
||||||
FAVORITES="Favorites"
|
FAVORITES="Favorites (on top)"
|
||||||
|
BELOW_APPS="(below Apps)"
|
||||||
MAINMENU="Main Menu"
|
MAINMENU="Main Menu"
|
||||||
APPS="Applications"
|
APPS="Applications"
|
||||||
APPS_POS="Show Applications in..."
|
APPS_POS="Show Applications in..."
|
||||||
@ -208,6 +211,7 @@ out+=("^sep($JGBROWSER)")
|
|||||||
out2+=("^tag(mainmenu_edit)")
|
out2+=("^tag(mainmenu_edit)")
|
||||||
out2+=("^sep($MAINMENU)")
|
out2+=("^sep($MAINMENU)")
|
||||||
out2+=("$EDIT $FAVORITES, geany $HOME/.config/mabox/favorites.csv, geany")
|
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+=("^sep($APPS_POS)")
|
||||||
out2+=("$APPS_MAIN,mb-setvar apps_in_submenu=false;mb-jgtools main ipc")
|
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")
|
out2+=("$APPS_SUB,mb-setvar apps_in_submenu=true;mb-jgtools main ipc")
|
||||||
|
Loading…
Reference in New Issue
Block a user