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 | |
| parent | ccc8148dbc6bc5202bc91a06047677bcb7068fd3 (diff) | |
updated rofi
Diffstat (limited to 'config')
| -rwxr-xr-x | config/hypr/scripts/RofiBeats.sh | 6 | ||||
| -rw-r--r-- | config/rofi/config.rasi | 2 | ||||
| -rw-r--r-- | config/rofi/resolution/1080p/config.rasi | 2 | ||||
| -rw-r--r-- | 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; |
