diff options
| author | JaKooLit <jimmielovejay@gmail.com> | 2024-06-05 00:09:40 +0900 |
|---|---|---|
| committer | JaKooLit <jimmielovejay@gmail.com> | 2024-06-05 00:09:50 +0900 |
| commit | 63ae813dd9054b498fb71245044078f51f02bc15 (patch) | |
| tree | 25cafbfbdb05a6a1a69beed8a4a707fd103429a0 /config/hypr/UserScripts | |
| parent | 5e2d2749aae7f68e4b8ff09409c73ebee68ca341 (diff) | |
added mp4 support for Rofi-beats
Diffstat (limited to 'config/hypr/UserScripts')
| -rwxr-xr-x | config/hypr/UserScripts/RofiBeats.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/hypr/UserScripts/RofiBeats.sh b/config/hypr/UserScripts/RofiBeats.sh index 7fed687f..ffd0e7ae 100755 --- a/config/hypr/UserScripts/RofiBeats.sh +++ b/config/hypr/UserScripts/RofiBeats.sh @@ -31,7 +31,7 @@ populate_local_music() { while IFS= read -r file; do local_music+=("$file") filenames+=("$(basename "$file")") - done < <(find "$mDIR" -type f \( -iname "*.mp3" -o -iname "*.flac" -o -iname "*.wav" -o -iname "*.ogg" \)) + done < <(find "$mDIR" -type f \( -iname "*.mp3" -o -iname "*.flac" -o -iname "*.wav" -o -iname "*.ogg" -o -iname "*.mp4" \)) } # Function for displaying notifications |
