Browse Source

updated rofi beats

pull/224/head
JaKooLit 2 years ago
parent
commit
3952c36031
  1. 2
      config/hypr/UserScripts/RofiBeats.sh

2
config/hypr/UserScripts/RofiBeats.sh

@ -28,7 +28,7 @@ notification() {
# Main function
main() {
choice=$(printf "%s\n" "${!menu_options[@]}" | rofi -i -dmenu -config ~/.config/rofi/config-rofi-Beats.rasi -i -p "")
choice=$(printf "%s\n" "${!menu_options[@]}" | rofi -i -dmenu -config ~/.config/rofi/config-rofi-Beats.rasi -p "")
if [ -z "$choice" ]; then
exit 1

Loading…
Cancel
Save