diff --git a/config/rofi/rofi-beats b/config/rofi/rofi-beats index 0abc31e..d4bb869 100644 --- a/config/rofi/rofi-beats +++ b/config/rofi/rofi-beats @@ -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 ;;