master
Daniel Napora 2020-10-02 09:56:51 +02:00
parent 35ba5a4f7d
commit f3c623c258
2 changed files with 7 additions and 1 deletions

View File

@ -30,6 +30,7 @@ case $LANG in
HISTORY="Ściągawka z historii" HISTORY="Ściągawka z historii"
ESPANSO="Espanso - text expander" ESPANSO="Espanso - text expander"
JGTILE="Kafelkowanie okien" JGTILE="Kafelkowanie okien"
SHORTCUTS="Wszystkie skróty"
REMOVE="Usuń to menu z panelu" REMOVE="Usuń to menu z panelu"
;; ;;
@ -61,6 +62,7 @@ case $LANG in
HISTORY="Historia breve" HISTORY="Historia breve"
ESPANSO="Espanso - text expander" ESPANSO="Espanso - text expander"
JGTILE="Tiling helper" JGTILE="Tiling helper"
SHORTCUTS="Atajos del teclado"
REMOVE="Eliminar este menú del panel" REMOVE="Eliminar este menú del panel"
;; ;;
@ -91,6 +93,7 @@ case $LANG in
HISTORY="History helper" HISTORY="History helper"
ESPANSO="Espanso - text expander" ESPANSO="Espanso - text expander"
JGTILE="Tiling helper" JGTILE="Tiling helper"
SHORTCUTS="All Keybindings"
REMOVE="Remove this menu from panel" REMOVE="Remove this menu from panel"
;; ;;
@ -126,6 +129,9 @@ out+=("^sep($HELPERS)")
out+=("$(printf "<tt>%-10s</tt> %s,%s" "W-A-t" "$JGTILE" "jgtile")") out+=("$(printf "<tt>%-10s</tt> %s,%s" "W-A-t" "$JGTILE" "jgtile")")
out+=("$(printf "<tt>%-10s</tt> %s,%s" "W-A-h" "$HISTORY" "jghistory-pipe -s")") out+=("$(printf "<tt>%-10s</tt> %s,%s" "W-A-h" "$HISTORY" "jghistory-pipe -s")")
out+=("$(printf "<tt>%-10s</tt> %s,%s" "W-A-e" "$ESPANSO" "jgespanso-pipe -s")") out+=("$(printf "<tt>%-10s</tt> %s,%s" "W-A-e" "$ESPANSO" "jgespanso-pipe -s")")
out+=("^sep()")
out+=("$(printf "%s,%s" "$SHORTCUTS" "mb-kb --gui &>/dev/null")")
### RUN ### RUN
if [ $1 == "-s" ]; then if [ $1 == "-s" ]; then
. /usr/bin/pipemenu-standalone.cfg . /usr/bin/pipemenu-standalone.cfg

View File

@ -126,7 +126,7 @@ loadPinMenu(){
} }
loadEditMenu(){ loadEditMenu(){
menuItem "$DEFAULT_CONKYRC" "geany $CONKYDEFAULT" #menuItem "$DEFAULT_CONKYRC" "geany $CONKYDEFAULT"
if [[ $(pidof conky) ]];then if [[ $(pidof conky) ]];then
menuSubmenu "RunningConky" "$RUNNING_CONKY" menuSubmenu "RunningConky" "$RUNNING_CONKY"
menuSeparator "$RUNNING_CONKY" menuSeparator "$RUNNING_CONKY"