summary refs log tree commit diff
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
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.
-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
d as second argument. Only restore variables that are not NULL. See commit d96d2c98ebc4c2d3765f5b35c4142e0e828a421b for a related patch. Signed-off-by: Lukas Fleischer <cgit@cryptocrack.de> 2013-04-09t0107: Use `tar -z` for gzip'ed archivesLukas Fleischer