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
commit9259bf38c009ebb2041223cd4e56bf6bcfce8b44 (patch)
treeeb71551dd6fdf15114934ffd14ab0b0d8424d1dc /home
parentAdd ASCII control code names to bit (diff)
downloadsrc-9259bf38c009ebb2041223cd4e56bf6bcfce8b44.tar.gz
src-9259bf38c009ebb2041223cd4e56bf6bcfce8b44.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