add pyradio to shortcuts pipe
parent
5bcab93845
commit
be2d0738c7
|
@ -11,6 +11,7 @@ case $LANG in
|
||||||
EDITOR="Edytor tekstu"
|
EDITOR="Edytor tekstu"
|
||||||
FSEARCH="Wyszukiwanie plików"
|
FSEARCH="Wyszukiwanie plików"
|
||||||
RESMON="Monitor zasobów"
|
RESMON="Monitor zasobów"
|
||||||
|
PYRADIO="PyRadio"
|
||||||
VOLUME="Kontrola głośności"
|
VOLUME="Kontrola głośności"
|
||||||
COMPOSITOR="wł/wył Picom"
|
COMPOSITOR="wł/wył Picom"
|
||||||
WINDOWS="Okna"
|
WINDOWS="Okna"
|
||||||
|
@ -43,6 +44,7 @@ case $LANG in
|
||||||
EDITOR="Editor de textos"
|
EDITOR="Editor de textos"
|
||||||
FSEARCH="FSearch"
|
FSEARCH="FSearch"
|
||||||
RESMON="Monitor de recursos"
|
RESMON="Monitor de recursos"
|
||||||
|
PYRADIO="Internet Radio"
|
||||||
VOLUME="control volumen "
|
VOLUME="control volumen "
|
||||||
COMPOSITOR="activa/desact compositor"
|
COMPOSITOR="activa/desact compositor"
|
||||||
WINDOWS="VENTANAS"
|
WINDOWS="VENTANAS"
|
||||||
|
@ -76,6 +78,7 @@ case $LANG in
|
||||||
EDITOR="Text Editor"
|
EDITOR="Text Editor"
|
||||||
FSEARCH="FSearch"
|
FSEARCH="FSearch"
|
||||||
RESMON="Resource Monitor"
|
RESMON="Resource Monitor"
|
||||||
|
PYRADIO="Internet Radio"
|
||||||
VOLUME="Volume Control"
|
VOLUME="Volume Control"
|
||||||
COMPOSITOR="toggle Picom (Compositor)"
|
COMPOSITOR="toggle Picom (Compositor)"
|
||||||
WINDOWS="Windows"
|
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-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-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-/" "$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-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-c" "$COMPOSITOR" compton_toggle)")
|
||||||
out+=("$(printf "<b><tt>%11s</tt></b> <i> %s</i>,%s" "W-l" "$LOCK" "betterlockscreen -l")")
|
out+=("$(printf "<b><tt>%11s</tt></b> <i> %s</i>,%s" "W-l" "$LOCK" "betterlockscreen -l")")
|
||||||
|
|
Loading…
Reference in New Issue