upd
parent
11a1a7911a
commit
e8908a34b4
|
@ -509,7 +509,8 @@ case $LANG in
|
||||||
DESKMNGR="Desktop Session Manager"
|
DESKMNGR="Desktop Session Manager"
|
||||||
DESKTOPS="Pulpity i Okna"
|
DESKTOPS="Pulpity i Okna"
|
||||||
DESKGRID="DeskGrid"
|
DESKGRID="DeskGrid"
|
||||||
WALLCHANGER="Tapeta i Blokada Ekrani"
|
WALLCHANGER="Tapeta i Blokada Ekranu"
|
||||||
|
MBHELPER="Cmd palette (search and run) <b>W-F1</b>"
|
||||||
;;
|
;;
|
||||||
es*)
|
es*)
|
||||||
QUICK_NAV="Navegación rápida"
|
QUICK_NAV="Navegación rápida"
|
||||||
|
@ -527,6 +528,7 @@ case $LANG in
|
||||||
DESKTOPS="Desktops and Windows"
|
DESKTOPS="Desktops and Windows"
|
||||||
DESKGRID="Desktop Grid"
|
DESKGRID="Desktop Grid"
|
||||||
WALLCHANGER="Wallpaper and ScreenLocker"
|
WALLCHANGER="Wallpaper and ScreenLocker"
|
||||||
|
MBHELPER="Cmd palette (search and run) <b>W-F1</b>"
|
||||||
;;
|
;;
|
||||||
*)
|
*)
|
||||||
QUICK_NAV="Quick Navigation"
|
QUICK_NAV="Quick Navigation"
|
||||||
|
@ -544,6 +546,7 @@ case $LANG in
|
||||||
DESKTOPS="Desktops and Windows"
|
DESKTOPS="Desktops and Windows"
|
||||||
DESKGRID="DeskGrid"
|
DESKGRID="DeskGrid"
|
||||||
WALLCHANGER="Wallpaper and ScreenLocker"
|
WALLCHANGER="Wallpaper and ScreenLocker"
|
||||||
|
MBHELPER="Cmd palette (search and run) <b>W-F1</b>"
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
|
@ -597,7 +600,7 @@ fi
|
||||||
[ $places_menusettingspipe == true ] && menusettingspipe="<big></big> $MENUPANELS,^pipe(jgmenusettings-pipe -r)" && pipesep="^sep($PIPEMENUS)"
|
[ $places_menusettingspipe == true ] && menusettingspipe="<big></big> $MENUPANELS,^pipe(jgmenusettings-pipe -r)" && pipesep="^sep($PIPEMENUS)"
|
||||||
[ $places_tint2pipe == true ] && tint2pipe="<big></big> $TINT2SETTINGS,^pipe(jgtint2-pipe -r)" && pipesep="^sep($PIPEMENUS)"
|
[ $places_tint2pipe == true ] && tint2pipe="<big></big> $TINT2SETTINGS,^pipe(jgtint2-pipe -r)" && pipesep="^sep($PIPEMENUS)"
|
||||||
[ $places_sysinfopipe == true ] && sysinfopipe="<big></big> $SYSINFO,^pipe(jgsysinfo-pipe -r)" && pipesep="^sep($PIPEMENUS)"
|
[ $places_sysinfopipe == true ] && sysinfopipe="<big></big> $SYSINFO,^pipe(jgsysinfo-pipe -r)" && pipesep="^sep($PIPEMENUS)"
|
||||||
[ $places_keyspipe == true ] && keyspipe="<big></big> $SHORTCUTS,^pipe(jgkeys-pipe -r)" && pipesep="^sep($PIPEMENUS)"
|
#[ $places_keyspipe == true ] && keyspipe="<big></big> $SHORTCUTS,^pipe(jgkeys-pipe -r)" && pipesep="^sep($PIPEMENUS)"
|
||||||
[ $places_sshpipe == true ] && sshpipe="<big></big> $SSH_CONN,^pipe(jgssh -r)" && pipesep="^sep($PIPEMENUS)"
|
[ $places_sshpipe == true ] && sshpipe="<big></big> $SSH_CONN,^pipe(jgssh -r)" && pipesep="^sep($PIPEMENUS)"
|
||||||
[ $places_softwarepipe == true ] && softwarepipe="<big></big> $POPINSTALL,^pipe(jgsoftware-pipe -r)" && pipesep="^sep($PIPEMENUS)"
|
[ $places_softwarepipe == true ] && softwarepipe="<big></big> $POPINSTALL,^pipe(jgsoftware-pipe -r)" && pipesep="^sep($PIPEMENUS)"
|
||||||
[[ $places_conkypipe == true || -z ${places_conkypipe} ]] && conkypipe="<big></big> $CONKYSETTINGS,^pipe(jgconky-pipe -r)" && pipesep="^sep($PIPEMENUS)"
|
[[ $places_conkypipe == true || -z ${places_conkypipe} ]] && conkypipe="<big></big> $CONKYSETTINGS,^pipe(jgconky-pipe -r)" && pipesep="^sep($PIPEMENUS)"
|
||||||
|
@ -624,13 +627,13 @@ cat <<EOF > ${MENU_ITEMS}
|
||||||
|
|
||||||
$(gtkbookmarks)
|
$(gtkbookmarks)
|
||||||
$pipesep
|
$pipesep
|
||||||
|
<big></big> $MBHELPER,mbhelper -s
|
||||||
$menusettingspipe
|
$menusettingspipe
|
||||||
$jgwallpaperchanger
|
$jgwallpaperchanger
|
||||||
$jgdesktops
|
$jgdesktops
|
||||||
$jgdeskmngr
|
$jgdeskmngr
|
||||||
$jgdeskgrid
|
$jgdeskgrid
|
||||||
$sysinfopipe
|
$sysinfopipe
|
||||||
$keyspipe
|
|
||||||
$sshpipe
|
$sshpipe
|
||||||
$softwarepipe
|
$softwarepipe
|
||||||
$tint2pipe
|
$tint2pipe
|
||||||
|
|
Loading…
Reference in New Issue