From 8a1d876efdd7c212936c977ae54b3114e2ebcc9e Mon Sep 17 00:00:00 2001 From: JaKooLit Date: Thu, 26 Oct 2023 12:08:54 +0900 Subject: [PATCH] Added Ghibli Instrumental music in wofi beats --- config/hypr/scripts/WofiBeats.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/hypr/scripts/WofiBeats.sh b/config/hypr/scripts/WofiBeats.sh index 5c73afe..6532854 100755 --- a/config/hypr/scripts/WofiBeats.sh +++ b/config/hypr/scripts/WofiBeats.sh @@ -28,7 +28,7 @@ notification(){ menu(){ printf "1. Lofi Girl\n" printf "2. 96.3 Easy Rock - FM Radio\n" -printf "3. Box Lofi\n" +printf "3. Ghibli Music (Instrumental)\n" printf "4. Top Music 2023\n" printf "5. Youtube Global Top 100\n" printf "6. SmoothChill\n" @@ -51,7 +51,7 @@ case $choice in ;; 3) notification - mpv "http://stream.zeno.fm/f3wvbbqmdg8uv" + mpv --shuffle --vid=no "https://youtube.com/playlist?list=PLNi74S754EXbrzw-IzVhpeAaMISNrzfUy&si=rqnXCZU5xoFhxfOl" return ;; 4)