Browse Source

updated rofi beats

pull/138/head
Ja.KooLit 2 years ago
parent
commit
04d1ae7a82
  1. 2
      config/hypr/UserScripts/RofiBeats.sh

2
config/hypr/UserScripts/RofiBeats.sh

@ -45,4 +45,4 @@ main() {
}
# Check if an online music process is running and send a notification, otherwise run the main function
pkill -f http && notify-send -u low -i "$iDIR/music.png" "Online Music stopped" || main
pkill mpv && notify-send -u low -i "$iDIR/music.png" "Online Music stopped" || main

Loading…
Cancel
Save