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