upd
parent
d2040b58b1
commit
11a1a7911a
|
@ -509,7 +509,7 @@ case $LANG in
|
|||
DESKMNGR="Desktop Session Manager"
|
||||
DESKTOPS="Pulpity i Okna"
|
||||
DESKGRID="DeskGrid"
|
||||
WALLCHANGER="Zmieniacz tapet"
|
||||
WALLCHANGER="Tapeta i Blokada Ekrani"
|
||||
;;
|
||||
es*)
|
||||
QUICK_NAV="Navegación rápida"
|
||||
|
@ -526,7 +526,7 @@ case $LANG in
|
|||
DESKMNGR="Desktop Session Manager"
|
||||
DESKTOPS="Desktops and Windows"
|
||||
DESKGRID="Desktop Grid"
|
||||
WALLCHANGER="Wallpaper Changer"
|
||||
WALLCHANGER="Wallpaper and ScreenLocker"
|
||||
;;
|
||||
*)
|
||||
QUICK_NAV="Quick Navigation"
|
||||
|
@ -543,7 +543,7 @@ case $LANG in
|
|||
DESKMNGR="Desktop Session Manager"
|
||||
DESKTOPS="Desktops and Windows"
|
||||
DESKGRID="DeskGrid"
|
||||
WALLCHANGER="Wallpaper Changer"
|
||||
WALLCHANGER="Wallpaper and ScreenLocker"
|
||||
;;
|
||||
esac
|
||||
|
||||
|
@ -604,7 +604,7 @@ fi
|
|||
[[ $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_jgwallpaperchanger == true || -z ${places_jgwallpaperchanger} ]] && jgwallpaperchanger="<big></big> $WALLCHANGER,^pipe(jgwallpaperchanger -r)" && pipesep="^sep($PIPEMENUS)"
|
||||
[[ $places_jgwallpaperchanger == true || -z ${places_jgwallpaperchanger} ]] && jgwallpaperchanger="<big></big> $WALLCHANGER,^pipe(jgwallpaperchanger -r)" && pipesep="^sep($PIPEMENUS)"
|
||||
|
||||
# VBOXES
|
||||
[[ $places_vboxes == true ]] && vboxes=". $HOME/.config/mabox/vboxes.csv" || vboxes=""
|
||||
|
@ -625,7 +625,7 @@ cat <<EOF > ${MENU_ITEMS}
|
|||
$(gtkbookmarks)
|
||||
$pipesep
|
||||
$menusettingspipe
|
||||
#$jgwallpaperchanger
|
||||
$jgwallpaperchanger
|
||||
$jgdesktops
|
||||
$jgdeskmngr
|
||||
$jgdeskgrid
|
||||
|
|
Loading…
Reference in New Issue