summary refs log tree commit diff
path: root/home
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2020-12-31 21:10:36 -0500
committerJune McEnroe <june@causal.agency>2020-12-31 21:10:36 -0500
commit4b9824005c1006b95938aecd9056146460e53b45 (patch)
tree66393c99aae1a6fb4f7d09b60ed162df40f53f63 /home
parentAdd ASCII control code names to bit (diff)
downloadsrc-4b9824005c1006b95938aecd9056146460e53b45.tar.gz
src-4b9824005c1006b95938aecd9056146460e53b45.zip
Tell "Music" rather than "iTunes"
It's the new era.
Diffstat (limited to 'home')
-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