From bca189d60a3437df5bcc1c5843c10d300e5f5979 Mon Sep 17 00:00:00 2001 From: JaKooLit Date: Sun, 19 Nov 2023 16:15:54 +0900 Subject: updated rofi --- config/hypr/scripts/RofiBeats.sh | 6 +++--- config/rofi/config.rasi | 2 +- config/rofi/resolution/1080p/config.rasi | 2 +- config/rofi/resolution/1440p/config.rasi | 2 +- 4 files changed, 6 insertions(+), 6 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) diff --git a/config/rofi/config.rasi b/config/rofi/config.rasi index de7d3496..02851b97 100644 --- a/config/rofi/config.rasi +++ b/config/rofi/config.rasi @@ -131,7 +131,7 @@ listview { cycle: true; scrollbar: false; layout: vertical; - reverse: true; + reverse: false; fixed-height: true; fixed-columns: false; background-color: @background; diff --git a/config/rofi/resolution/1080p/config.rasi b/config/rofi/resolution/1080p/config.rasi index de7d3496..02851b97 100644 --- a/config/rofi/resolution/1080p/config.rasi +++ b/config/rofi/resolution/1080p/config.rasi @@ -131,7 +131,7 @@ listview { cycle: true; scrollbar: false; layout: vertical; - reverse: true; + reverse: false; fixed-height: true; fixed-columns: false; background-color: @background; diff --git a/config/rofi/resolution/1440p/config.rasi b/config/rofi/resolution/1440p/config.rasi index ba0bff1a..dd997999 100644 --- a/config/rofi/resolution/1440p/config.rasi +++ b/config/rofi/resolution/1440p/config.rasi @@ -131,7 +131,7 @@ listview { cycle: true; scrollbar: false; layout: vertical; - reverse: true; + reverse: false; fixed-height: true; fixed-columns: false; background-color: @background; -- cgit v1.2.3