superclick
parent
4faca7f068
commit
a2caefffbe
|
@ -666,7 +666,7 @@ case $LANG in
|
|||
SSH_CONN="Połącz po SSH"
|
||||
DESKMNGR="Desktop Session Manager"
|
||||
DESKTOPS="Pulpity i Okna"
|
||||
DESKGRID="DesktopGrid"
|
||||
SUPERCLICK="SuperClick"
|
||||
WALLCHANGER="Tapeta"
|
||||
LOCKSCREEN="Blokada Ekranu"
|
||||
MBHELPER="Paleta komend (<b>super+F1</b>)"
|
||||
|
@ -685,7 +685,7 @@ case $LANG in
|
|||
SSH_CONN="Conexiones SSH"
|
||||
DESKMNGR="Desktop Session Manager"
|
||||
DESKTOPS="Desktops and Windows"
|
||||
DESKGRID="Desktop Grid"
|
||||
SUPERCLICK="SuperClick"
|
||||
WALLCHANGER="Wallpaper"
|
||||
LOCKSCREEN="Screen Locker"
|
||||
MBHELPER="Cmd palette (<b>super-F1</b>)"
|
||||
|
@ -704,7 +704,7 @@ case $LANG in
|
|||
SSH_CONN="SSH connections"
|
||||
DESKMNGR="Desktop Session Manager"
|
||||
DESKTOPS="Desktops and Windows"
|
||||
DESKGRID="DesktopGrid"
|
||||
SUPERCLICK="SuperClick"
|
||||
WALLCHANGER="Wallpaper"
|
||||
LOCKSCREEN="Screen Locker"
|
||||
MBHELPER="Cmd palette (<b>super-F1</b>)"
|
||||
|
@ -768,7 +768,7 @@ fi
|
|||
[[ $places_conkypipe == true || -z ${places_conkypipe} ]] && conkypipe="<big></big> $CONKYSETTINGS,^pipe(jgconky-pipe -r)" && pipesep="^sep($PIPEMENUS)"
|
||||
[[ $places_jgdeskmngr == true || -z ${places_jgdeskmngr} ]] && jgdeskmngr="<big></big> $DESKMNGR,^pipe(jgdeskmngr -r)" && pipesep="^sep($PIPEMENUS)"
|
||||
[[ $places_jgdesktops == true || -z ${places_jgdesktops} ]] && jgdesktops="<big></big> $DESKTOPS,^pipe(jgdesktops -r)" && pipesep="^sep($PIPEMENUS)"
|
||||
[[ $places_jgdeskgrid == true || -z ${places_jgdeskgrid} ]] && jgdeskgrid="<big></big> $DESKGRID,^pipe(jgdeskgrid -r)" && pipesep="^sep($PIPEMENUS)"
|
||||
[[ $places_jgdeskgrid == true || -z ${places_jgdeskgrid} ]] && jgdeskgrid="<big></big> $SUPERCLICK,^pipe(jgdeskgrid -r)" && pipesep="^sep($PIPEMENUS)"
|
||||
[[ $places_jgwallpaperchanger == true || -z ${places_jgwallpaperchanger} ]] && jgwallpaperchanger="<big></big> $WALLCHANGER,^pipe(jgwallpaperchanger -r)" && pipesep="^sep($PIPEMENUS)"
|
||||
[[ $places_jglockscreen == true || -z ${places_jglockscreen} ]] && jglockscreen="<big></big> $LOCKSCREEN,^pipe(jglockscreen -r)" && pipesep="^sep($PIPEMENUS)"
|
||||
|
||||
|
|
Loading…
Reference in New Issue