diff options
| author | Ja.KooLit <ejhay.games@gmail.com> | 2024-01-24 01:04:40 +0900 |
|---|---|---|
| committer | Ja.KooLit <ejhay.games@gmail.com> | 2024-01-24 01:04:40 +0900 |
| commit | 04d1ae7a82ccb0dacd5cd2723f3e41c1a6c98167 (patch) | |
| tree | c36748cfdaa03b5ed387029637c5cf843280aa3a /config | |
| parent | 515c5d5c6507015569056d79c20c1eb32355215e (diff) | |
updated rofi beats
Diffstat (limited to 'config')
| -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 |
