add pyradio to shortcuts pipe

master
Daniel Napora 2021-04-25 12:44:34 +02:00
parent 5bcab93845
commit be2d0738c7
1 changed files with 4 additions and 0 deletions

View File

@ -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 "<b><tt>%11s</tt></b> <i> %s</i>,%s" "W-e" "$EDITOR" geany)")
out+=("$(printf "<b><tt>%11s</tt></b> <i> %s</i>,%s" "W-g" "Galculator" galculator)")
out+=("$(printf "<b><tt>%11s</tt></b> <i> %s</i>,%s" "W-h" "$RESMON" "^term(bpytop)")")
out+=("$(printf "<b><tt>%11s</tt></b> <i> %s</i>,%s" "W-/" "$FSEARCH" fsearch)")
out+=("$(printf "<b><tt>%11s</tt></b> <i> %s</i>,%s" "W-r" "$PYRADIO" "sakura -e 'pyradio'")")
out+=("$(printf "<b><tt>%11s</tt></b> <i> %s</i>,%s" "W-v" "$VOLUME" pavucontrol)")
out+=("$(printf "<b><tt>%11s</tt></b> <i> %s</i>,%s" "W-c" "$COMPOSITOR" compton_toggle)")
out+=("$(printf "<b><tt>%11s</tt></b> <i> %s</i>,%s" "W-l" "$LOCK" "betterlockscreen -l")")