From 4b9824005c1006b95938aecd9056146460e53b45 Mon Sep 17 00:00:00 2001 From: June McEnroe Date: Thu, 31 Dec 2020 21:10:36 -0500 Subject: Tell "Music" rather than "iTunes" It's the new era. --- home/.local/bin/np | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'home') 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 -- cgit 1.4.1