From f3c623c258080a3df057e073b6c05534ed7c977c Mon Sep 17 00:00:00 2001 From: Daniel Napora Date: Fri, 2 Oct 2020 09:56:51 +0200 Subject: [PATCH] update --- usr/bin/jgkeys-pipe | 6 ++++++ usr/bin/mabox-conky-pipemenu | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/usr/bin/jgkeys-pipe b/usr/bin/jgkeys-pipe index 9e2a190..b97e917 100755 --- a/usr/bin/jgkeys-pipe +++ b/usr/bin/jgkeys-pipe @@ -30,6 +30,7 @@ case $LANG in HISTORY="Ściągawka z historii" ESPANSO="Espanso - text expander" JGTILE="Kafelkowanie okien" + SHORTCUTS="Wszystkie skróty" REMOVE="Usuń to menu z panelu" ;; @@ -61,6 +62,7 @@ case $LANG in HISTORY="Historia breve" ESPANSO="Espanso - text expander" JGTILE="Tiling helper" + SHORTCUTS="Atajos del teclado" REMOVE="Eliminar este menú del panel" ;; @@ -91,6 +93,7 @@ case $LANG in HISTORY="History helper" ESPANSO="Espanso - text expander" JGTILE="Tiling helper" + SHORTCUTS="All Keybindings" REMOVE="Remove this menu from panel" ;; @@ -126,6 +129,9 @@ out+=("^sep($HELPERS)") out+=("$(printf "%-10s %s,%s" "W-A-t" "$JGTILE" "jgtile")") out+=("$(printf "%-10s %s,%s" "W-A-h" "$HISTORY" "jghistory-pipe -s")") out+=("$(printf "%-10s %s,%s" "W-A-e" "$ESPANSO" "jgespanso-pipe -s")") +out+=("^sep()") +out+=("$(printf "%s,%s" "$SHORTCUTS" "mb-kb --gui &>/dev/null")") + ### RUN if [ $1 == "-s" ]; then . /usr/bin/pipemenu-standalone.cfg diff --git a/usr/bin/mabox-conky-pipemenu b/usr/bin/mabox-conky-pipemenu index 1970d25..5a6f106 100755 --- a/usr/bin/mabox-conky-pipemenu +++ b/usr/bin/mabox-conky-pipemenu @@ -126,7 +126,7 @@ loadPinMenu(){ } loadEditMenu(){ - menuItem "$DEFAULT_CONKYRC" "geany $CONKYDEFAULT" + #menuItem "$DEFAULT_CONKYRC" "geany $CONKYDEFAULT" if [[ $(pidof conky) ]];then menuSubmenu "RunningConky" "$RUNNING_CONKY" menuSeparator "$RUNNING_CONKY"