diff options
| author | Ja.KooLit <jimmielovejay@gmail.com> | 2024-01-24 01:13:30 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-01-24 01:13:30 +0900 |
| commit | 610a46e8fe3c5c0d0b292977b6015d9f858e5e98 (patch) | |
| tree | c36748cfdaa03b5ed387029637c5cf843280aa3a /config/hypr/UserScripts | |
| parent | 3861a76a4b4b46b4ad87e2499e0a478270877487 (diff) | |
| parent | 04d1ae7a82ccb0dacd5cd2723f3e41c1a6c98167 (diff) | |
Merge pull request #138 from JaKooLit/development
Development
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 405451f5..16777f55 100755 --- a/config/hypr/UserScripts/RofiBeats.sh +++ b/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 |
