diff --git a/usr/bin/jgkeys-pipe b/usr/bin/jgkeys-pipe index 507766a..6e7378f 100755 --- a/usr/bin/jgkeys-pipe +++ b/usr/bin/jgkeys-pipe @@ -11,6 +11,7 @@ case $LANG in EDITOR="Edytor tekstu" FSEARCH="Wyszukiwanie plików" RESMON="Monitor zasobów" + PYRADIO="PyRadio" VOLUME="Kontrola głośności" COMPOSITOR="wł/wył Picom" WINDOWS="Okna" @@ -43,6 +44,7 @@ case $LANG in EDITOR="Editor de textos" FSEARCH="FSearch" RESMON="Monitor de recursos" + PYRADIO="Internet Radio" VOLUME="control volumen " COMPOSITOR="activa/desact compositor" WINDOWS="VENTANAS" @@ -76,6 +78,7 @@ case $LANG in EDITOR="Text Editor" FSEARCH="FSearch" RESMON="Resource Monitor" + PYRADIO="Internet Radio" VOLUME="Volume Control" COMPOSITOR="toggle Picom (Compositor)" WINDOWS="Windows" @@ -112,6 +115,7 @@ out+=("$(printf "%11s %s,%s" "W-e" "$EDITOR" geany)") out+=("$(printf "%11s %s,%s" "W-g" "Galculator" galculator)") out+=("$(printf "%11s %s,%s" "W-h" "$RESMON" "^term(bpytop)")") out+=("$(printf "%11s %s,%s" "W-/" "$FSEARCH" fsearch)") +out+=("$(printf "%11s %s,%s" "W-r" "$PYRADIO" "sakura -e 'pyradio'")") out+=("$(printf "%11s %s,%s" "W-v" "$VOLUME" pavucontrol)") out+=("$(printf "%11s %s,%s" "W-c" "$COMPOSITOR" compton_toggle)") out+=("$(printf "%11s %s,%s" "W-l" "$LOCK" "betterlockscreen -l")")