From 7dee155f9114264a40c1b1a67f553c392c0f0486 Mon Sep 17 00:00:00 2001 From: ITmail-dk <48917593+ITmail-dk@users.noreply.github.com> Date: Thu, 6 Jan 2022 09:38:02 +0100 Subject: [PATCH] Update rofi-beats --- config/rofi/rofi-beats | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) 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 ;;