From e67529f12adf3041a94ad22ec02cf496e3512bab Mon Sep 17 00:00:00 2001 From: JaKooLit Date: Wed, 13 Dec 2023 01:31:35 +0900 Subject: [PATCH] updated rofi beats --- config/hypr/scripts/RofiBeats.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/hypr/scripts/RofiBeats.sh b/config/hypr/scripts/RofiBeats.sh index 44e4a00..27fbf08 100755 --- a/config/hypr/scripts/RofiBeats.sh +++ b/config/hypr/scripts/RofiBeats.sh @@ -26,7 +26,7 @@ notification() { # Main function main() { - choice=$(printf "%s\n" "${!menu_options[@]}" | rofi -dmenu -i -p "Choose a music option:") + choice=$(printf "%s\n" "${!menu_options[@]}" | rofi -dmenu -config ~/.config/rofi/config-rofi-Beats.rasi -i -p "") link="${menu_options[$choice]}"