summary refs log tree commit diff
path: root/home/.local/bin/np
diff options
context:
space:
mode:
Diffstat (limited to 'home/.local/bin/np')
-rwxr-xr-xhome/.local/bin/np2
1 files changed, 1 insertions, 1 deletions
diff --git a/home/.local/bin/np b/home/.local/bin/np
index 7d54574c..b0eb2326 100755
--- a/home/.local/bin/np
+++ b/home/.local/bin/np
@@ -1,6 +1,6 @@
 #!/usr/bin/osascript
 
-tell application "iTunes"
+tell application "Music"
 	tell current track
 		get "/me is listening to " & artist & " — " & name
 	end tell