update
parent
6badb4fd22
commit
ac5bde6dc5
|
@ -33,7 +33,7 @@ case $LANG in
|
|||
PIPEMENUS="Dynamiczne <i>(pipe)</i> menu"
|
||||
DESKMNGR="Desktop Session Manager"
|
||||
DESKTOPS="Pulpity i okna"
|
||||
DESKGRID="DeskGrid"
|
||||
DESKGRID="SuperClick"
|
||||
POPINSTALL="Instaluj popularne programy"
|
||||
SYSINFO="Informacje o systemie"
|
||||
SHORTCUTS="Skróty klawiszowe"
|
||||
|
@ -103,7 +103,7 @@ case $LANG in
|
|||
PIPEMENUS="Menu con extras"
|
||||
DESKMNGR="Desktop Session Manager"
|
||||
DESKTOPS="Desktops and Windows"
|
||||
DESKGRID="Desktop Grid"
|
||||
DESKGRID="SuperClick"
|
||||
POPINSTALL="Instalar Programas populares"
|
||||
SYSINFO="System information"
|
||||
SHORTCUTS="Atajos del teclado"
|
||||
|
@ -173,7 +173,7 @@ case $LANG in
|
|||
PIPEMENUS="Pipe (dynamic) menus"
|
||||
DESKMNGR="Desktop Session Manager"
|
||||
DESKTOPS="Desktops and Windows"
|
||||
DESKGRID="Desktop Grid"
|
||||
DESKGRID="SuperClick"
|
||||
POPINSTALL="Install popular apps"
|
||||
SYSINFO="System information"
|
||||
SHORTCUTS="Keyboard shortcuts"
|
||||
|
@ -475,8 +475,8 @@ if [[ $1 == "-s" || $1 == "-c" ]]; then
|
|||
. /usr/share/mb-jgtools/pipemenu-standalone.cfg
|
||||
out+=("^sep()")
|
||||
case "$1" in
|
||||
-s) out+=(" ⮜ $LEFTPANEL,mb-jgtools places");;
|
||||
-c) out+=(" ⮜ Colorizer,colorizer -s");;
|
||||
-s) out+=(" ${arrow_string_left} $LEFTPANEL,mb-jgtools places");;
|
||||
-c) out+=(" ${arrow_string_left} Colorizer,colorizer -s");;
|
||||
esac
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue