Update rofi-beats

This commit is contained in:
ITmail-dk
2022-01-06 09:38:02 +01:00
parent 03698fca83
commit 7dee155f91

View File

@@ -10,7 +10,7 @@ notification(){
# Now it will receive argument so the user can rename the radio title # Now it will receive argument so the user can rename the radio title
# to whatever they want # to whatever they want
notify-send "Afspiller nu: " "$@" --icon=media-tape notify-send "Now playing: " "$@" --icon=media-tape
} }
menu(){ menu(){
@@ -27,32 +27,32 @@ main() {
case $choice in case $choice in
1) 1)
notification "Lofi Girl ☕️🎶"; notification "Lofi Girl";
URL="https://play.streamafrica.net/lofiradio" URL="https://play.streamafrica.net/lofiradio"
break break
;; ;;
2) 2)
notification "Chillhop ☕️🎶"; notification "Chillhop";
URL="http://stream.zeno.fm/fyn8eh3h5f8uv" URL="http://stream.zeno.fm/fyn8eh3h5f8uv"
break break
;; ;;
3) 3)
notification "Box Lofi ☕️🎶"; notification "Box Lofi";
URL="http://stream.zeno.fm/f3wvbbqmdg8uv" URL="http://stream.zeno.fm/f3wvbbqmdg8uv"
break break
;; ;;
4) 4)
notification "The Bootleg Boy ☕️🎶"; notification "The Bootleg Boy";
URL="http://stream.zeno.fm/0r0xa792kwzuv" URL="http://stream.zeno.fm/0r0xa792kwzuv"
break break
;; ;;
5) 5)
notification "Radio Spinner ☕️🎶"; notification "Radio Spinner";
URL="https://live.radiospinner.com/lofi-hip-hop-64" URL="https://live.radiospinner.com/lofi-hip-hop-64"
break break
;; ;;
6) 6)
notification "SmoothChill ☕️🎶"; notification "SmoothChill";
URL="https://media-ssl.musicradio.com/SmoothChill" URL="https://media-ssl.musicradio.com/SmoothChill"
break break
;; ;;