| Commit message (Collapse) | Author | Age | Lines | |
|---|---|---|---|---|
| * | feat: Add continuous playback to RofiBeats during choosing next music | Marko Pekkola | 2025-05-09 | -21/+40 |
| | | | | | | | | | | | | | desc: - Remove stop_music from start of script - call stop_music after user selections are done - Add "Stop RofiBeats" user choice to allow stopping player (kill mpv) Previously, this could be done by opening RofiBeats. Note: stopping player and music are different. Music can be stopped using global keybinds. These changes keep playing (previous) music until next one is chosen. | |||
| * | adjusted WallpaperSelect.sh & Rofi-Beats.sh to prevent killing the mpv used ↵ | JaKooLit | 2025-03-16 | -14/+23 |
| | | | | | by mpvpaper | |||
| * | replaced folders//folder with directories/directory | JaKooLit | 2025-03-13 | -3/+3 |
| | | ||||
| * | Not sure if important.. but whatever | JaKooLit | 2025-02-23 | -2/+2 |
| | | ||||
| * | some final changes for next release | JaKooLit | 2025-02-22 | -1/+4 |
| | | ||||
| * | updated rofi beats stations | installer | 2025-02-16 | -3/+5 |
| | | ||||
| * | added -L on find command on some scripts to be more | JaKooLit | 2025-02-13 | -1/+1 |
| | | | | | https://github.com/JaKooLit/Hyprland-Dots/issues/553 | |||
| * | Initial upload of various rofi themes | JaKooLit | 2025-02-10 | -6/+6 |
| | | ||||
| * | updated rofi beats | JaKooLit | 2025-02-08 | -2/+2 |
| | | ||||
| * | some script clean up | JaKooLit | 2025-02-01 | -3/+3 |
| | | ||||
| * | update on scripts for better notification via swaync | JaKooLit | 2025-01-19 | -1/+1 |
| | | ||||
| * | updated some scripts for better notification visibility. Swaync notification ↵ | JaKooLit | 2025-01-16 | -2/+2 |
| | | | | | width reduce to look better | |||
| * | some scripts are tweaked to get a better notification. swaync config tweaked | JaKooLit | 2025-01-14 | -3/+3 |
| | | ||||
| * | some changes on scripts which depends on rofi. Downside is only way to close ↵ | JaKooLit | 2025-01-12 | -0/+6 |
| | | | | | the rofi is pressing esc button. However, you can execute immediately the script. ie., rofi menu is opened, by pressing Super W, it will execute wallpaper menu immediately. | |||
| * | Minor update on Rofi Beats - added FM station | JaKooLit | 2025-01-04 | -0/+1 |
| | | ||||
| * | Rofi-Beats added piano jazz | JaKooLit | 2024-09-11 | -1/+2 |
| | | ||||
| * | Preparation for release | Ja.KooLit | 2024-09-02 | -3/+3 |
| | | ||||
| * | minor updated rofi-beats | Ja.KooLit | 2024-08-31 | -10/+11 |
| | | ||||
| * | updated rofi-beats.sh | JaKooLit | 2024-07-04 | -12/+12 |
| | | ||||
| * | fix: Correct logic for local music playback to start from selected track | Lamido Tijjani | 2024-06-26 | -10/+3 |
| | | | | | | | | | | - Adjusted logic to use the full path stored in the `local_music` array instead of "$mDIR/$choice" - Modified `play_local_music` function to use `${local_music[@]}` for `mpv` command. - Ensured the entire playlist is considered when starting from a specific index. | |||
| * | updated rofi beats.. forgot / | JaKooLit | 2024-06-09 | -1/+1 |
| | | ||||
| * | rofi-beats updated | JaKooLit | 2024-06-09 | -3/+3 |
| | | ||||
| * | added mp4 support for Rofi-beats | JaKooLit | 2024-06-05 | -1/+1 |
| | | ||||
| * | Tweaked Rofi Beats | JaKooLit | 2024-05-20 | -16/+18 |
| | | ||||
| * | to resolve conflict | JaKooLit | 2024-05-20 | -16/+21 |
| | | ||||
| * | tweaked Rofi-Beats | JaKooLit | 2024-05-20 | -7/+8 |
| | | ||||
| * | Add Shuffle to RofiBeats.sh | Daniel | 2024-05-20 | -2/+13 |
| | | ||||
| * | Made Online stations as first choice for Rofi Beats | JaKooLit | 2024-05-18 | -2/+1 |
| | | ||||
| * | updated rofi.beats. initial boot, wallpaper copy.sh in preparation for the ↵ | JaKooLit | 2024-05-13 | -23/+29 |
| | | | | | upcomming release | |||
| * | Update RofiBeats.sh | Ja.KooLit | 2024-05-12 | -15/+23 |
| | | | | adjusted a bit... made another rofi-beats menu | |||
| * | Update RofiBeats.sh | Linxford Kwabena | 2024-05-12 | -6/+6 |
| | | | | Added option to list all supported music formats (mp3, ogg, wav, flac, m4a, wma,mp4) for local files. | |||
| * | Update RofiBeats.sh || Add support for local and online music playback | Linxford Kwabena | 2024-05-12 | -14/+50 |
| | | | | | | This commit introduces enhancements to the music playback script. It now allows users to choose between local and online music options. Under each category, the available songs are displayed, and the selected song is played using `mpv`. Additionally, shuffle functionality has been added to provide a randomized listening experience. The code has been refactored to include separate functions for playing local and online music, improving code organization and readability. These changes aim to provide users with a more versatile and enjoyable music playback experience. | |||
| * | updated rofi beats | JaKooLit | 2024-04-29 | -1/+1 |
| | | ||||
| * | make rofi configs case insensitive | JaKooLit | 2024-04-29 | -1/+1 |
| | | ||||
| * | small changes on rofi-beats | JaKooLit | 2024-04-25 | -2/+4 |
| | | ||||
| * | updated rofi beats | Ja.KooLit | 2024-01-24 | -1/+1 |
| | | ||||
| * | - Breaking Changes. | JaKooLit | 2024-01-01 | -0/+48 |
| - Quick Edit script moved to user scripts - I understand some users wants to use other editor - RofiBeats moved to user scripts - This is because users wants their own stations :) - RofiBeats keybinds changed to SUPER SHIFT M keybind - Keybinds to change layout SUPER ALT L - Wlogout Script adjusted with 4K. - Wallpaper Scripts are moved to UserScripts. This is because if users has a different location of wallpapers and also wants a different animations | ||||
