diff options
| author | JaKooLit <jimmielovejay.com> | 2023-11-19 16:15:54 +0900 |
|---|---|---|
| committer | JaKooLit <jimmielovejay.com> | 2023-11-19 16:15:54 +0900 |
| commit | bca189d60a3437df5bcc1c5843c10d300e5f5979 (patch) | |
| tree | 05c05d14a5de88d810750e73b36ac214f91a9252 /config/hypr | |
| parent | ccc8148dbc6bc5202bc91a06047677bcb7068fd3 (diff) | |
updated rofi
Diffstat (limited to 'config/hypr')
| -rwxr-xr-x | config/hypr/scripts/RofiBeats.sh | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/config/hypr/scripts/RofiBeats.sh b/config/hypr/scripts/RofiBeats.sh index 37c1bba6..a55fc274 100755 --- a/config/hypr/scripts/RofiBeats.sh +++ b/config/hypr/scripts/RofiBeats.sh @@ -11,7 +11,7 @@ menu(){ printf "1. Lofi Girl\n" printf "2. 96.3 Easy Rock - FM Radio\n" printf "3. Ghibli Music (Instrumental)\n" -printf "4. Top Music 2023\n" +printf "4. Top Youtube Music 2023\n" printf "5. Chillhop\n" printf "6. SmoothChill\n" printf "7. Relaxing Music\n" @@ -38,8 +38,8 @@ case $choice in return ;; 4) - notification "Top Music 2023 ☕️🎶"; - mpv --shuffle --vid=no "https://youtube.com/playlist?list=PL6k9a6aYB2zk0qSbXR-ZEiwqgdHymsRtQ" + notification "Top Youtube Music 2023 ☕️🎶"; + mpv --shuffle --vid=no "https://youtube.com/playlist?list=PLDIoUOhQQPlXr63I_vwF9GD8sAKh77dWU&si=y7qNeEVFNgA-XxKy" return ;; 5) |
