diff --git a/lang/es/jgmenu/prepend.csv b/lang/es/jgmenu/prepend.csv index 4d21a32..58c34c3 100644 --- a/lang/es/jgmenu/prepend.csv +++ b/lang/es/jgmenu/prepend.csv @@ -32,7 +32,7 @@ Ajustes de energía,xfce4-power-manager-settings,xfce4-power-manager-settings Gestor Inicio de sesión,lightdm-gtk-greeter-settings-pkexec,lightdm-gtk-greeter-settings ^sep(Openbox) Ajustes de Openbox,obconf,obconf -Auto-inicio,geany ~/.config/openbox/autostart,geany +Auto-inicio,^checkout(autostart),geany RC - ajustes de archivo,geany ~/.config/openbox/rc.xml,geany Reconfigurar Openbox,openbox --reconfigure,openbox ^sep(Temas de Mabox) @@ -40,7 +40,19 @@ Gestor de Temas,mb-obthemes,preferences-desktop-theme ^tag(menu) Editar Menu Schema,geany ~/.config/jgmenu/prepend.csv,geany Editar ajustes en Mabox,geany ~/.config/mabox/mabox.conf,geany +Tamaño de Menu/Panel lateral,^checkout(size) Sincronizar jgmenu con tema OB ,obtheme2jgmenu,system-reboot +^tag(userguide) +. /usr/share/mb-jgtools/userguide.csv +^tag(size) +Diminuto,cat /usr/share/mb-jgtools/tiny > ~/.config/mabox/jgmenusize.conf && mb-jgtools main +Pequeño,cat /usr/share/mb-jgtools/small > ~/.config/mabox/jgmenusize.conf && mb-jgtools main +Normal,cat /usr/share/mb-jgtools/normal > ~/.config/mabox/jgmenusize.conf && mb-jgtools main +Grande,cat /usr/share/mb-jgtools/big > ~/.config/mabox/jgmenusize.conf && mb-jgtools main +Muy Grande,cat /usr/share/mb-jgtools/huge > ~/.config/mabox/jgmenusize.conf && mb-jgtools main +^tag(autostart) +Choose apps/services (GUI Editor),yautostart +Edit autostart file (advanced),geany ~/.config/openbox/autostart,geany ^tag(lx-apps) diff --git a/lang/es/mabox/exit.csv b/lang/es/mabox/exit.csv new file mode 100644 index 0000000..8fcfa65 --- /dev/null +++ b/lang/es/mabox/exit.csv @@ -0,0 +1,11 @@ +## Comment out with # if you want to hide some lines +^sep(Exit...) +Logout,openbox --exit,system-logout +Suspend,systemctl suspend,system-suspend +Hibernate,systemctl hibernate,system-hibernate +Reboot,systemctl reboot,system-reboot +Lock screen, betterlockscreen -l,system-lock-screen +Shutdown,systemctl poweroff,system-shutdown +^sep() +Configure options,geany $HOME/.config/mabox/exit.csv,geany + diff --git a/lang/es/mabox/jgtype.csv b/lang/es/mabox/jgtype.csv new file mode 100644 index 0000000..0e6a611 --- /dev/null +++ b/lang/es/mabox/jgtype.csv @@ -0,0 +1,23 @@ +^sep(jgtype - type command helper) +Updates,^checkout(updates) +Mirrors and keys,^checkout(mirrors) +^sep() +Configure,geany ~/.config/mabox/jgtype.csv + + + +#TAGS +^tag(updates) +^sep(Pacman) +Update sudo pacman -Syu,jgtype "sudo pacman -Syu" +PKG DB refresh + update sudo pacman -Syyu,jgtype "sudo pacman -Syyu" +^sep(Yay) +Update yay,jgtype "yay" +PKG DB refresh + update yay -Syyu,jgtype "yay -Syyu" + +^tag(mirrors) +^sep(Mirrors ranking) +Fasttrack sudo pacman-mirrors -f5,jgtype "sudo pacman-mirrors -f5" +GeoIP sudo pacman-mirrors -i --geoip, jgtype "sudo pacman-mirrors -i --geoip" +All sudo pacman-mirrors -i -c all,jgtype "sudo pacman-mirrors -i -c all" + diff --git a/lang/es/mabox/places-append.csv b/lang/es/mabox/places-append.csv new file mode 100644 index 0000000..8ad33b2 --- /dev/null +++ b/lang/es/mabox/places-append.csv @@ -0,0 +1,2 @@ +#^sep(Your commands) +#Customize...,geany $HOME/.config/mabox/places-append.csv,add diff --git a/lang/es/mabox/places-prepend.csv b/lang/es/mabox/places-prepend.csv new file mode 100644 index 0000000..eec59b8 --- /dev/null +++ b/lang/es/mabox/places-prepend.csv @@ -0,0 +1,2 @@ +^sep(Tools) +FSearch, fsearch diff --git a/lang/es/mabox/right-append.csv b/lang/es/mabox/right-append.csv new file mode 100644 index 0000000..d61bd6b --- /dev/null +++ b/lang/es/mabox/right-append.csv @@ -0,0 +1,6 @@ +# Here you can customize right sidepanel +# Format: +# Label,command,icon +# Example: +^sep(Custom commands) +Configure...,geany $HOME/.config/mabox/right-append.csv,add diff --git a/lang/es/mabox/right-prepend.csv b/lang/es/mabox/right-prepend.csv new file mode 100644 index 0000000..7693a4f --- /dev/null +++ b/lang/es/mabox/right-prepend.csv @@ -0,0 +1,3 @@ +# Here you can customize right sidepanel +# Format: +# Label,command,icon