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