Add Apple Music (#1611)
* iTunes --> Music * add back iTunes * fix indentation * fix indentation 2 * ty vs code * fix ?
This commit is contained in:
parent
df61458e7f
commit
2b559cb8c6
1 changed files with 8 additions and 0 deletions
8
neofetch
8
neofetch
|
@ -512,6 +512,7 @@ disk_percent="on"
|
|||
# guayadeque
|
||||
# io.elementary.music
|
||||
# iTunes
|
||||
# Music
|
||||
# juk
|
||||
# lollypop
|
||||
# MellowPlayer
|
||||
|
@ -2728,6 +2729,7 @@ get_song() {
|
|||
"guayadeque"
|
||||
"io.elementary.music"
|
||||
"iTunes"
|
||||
"Music"
|
||||
"juk"
|
||||
"lollypop"
|
||||
"MellowPlayer"
|
||||
|
@ -2842,6 +2844,12 @@ get_song() {
|
|||
string & "\n" & album of current track as¬
|
||||
string & "\n" & name of current track as string')"
|
||||
;;
|
||||
|
||||
"music"*)
|
||||
song="$(osascript -e 'tell application "Music" to artist of current track as¬
|
||||
string & "\n" & album of current track as¬
|
||||
string & "\n" & name of current track as string')"
|
||||
;;
|
||||
|
||||
"banshee"*)
|
||||
song="$(banshee --query-artist --query-album --query-title |\
|
||||
|
|
Loading…
Reference in a new issue