diff options
| author | JaKooLit <jimmielovejay@gmail.com> | 2023-10-26 12:08:54 +0900 |
|---|---|---|
| committer | JaKooLit <jimmielovejay@gmail.com> | 2023-10-26 12:08:54 +0900 |
| commit | 8a1d876efdd7c212936c977ae54b3114e2ebcc9e (patch) | |
| tree | f8d9417384164b22e59a4b8cdec6e87cb64b27af /config | |
| parent | f5b17be827e78b3a73555b6f18843891066e8f54 (diff) | |
Added Ghibli Instrumental music in wofi beats
Diffstat (limited to 'config')
| -rwxr-xr-x | config/hypr/scripts/WofiBeats.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/config/hypr/scripts/WofiBeats.sh b/config/hypr/scripts/WofiBeats.sh index 5c73afeb..65328547 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) |
