song: add comment for exaile
This commit is contained in:
parent
26389a8423
commit
abe6b82fc7
1 changed files with 1 additions and 0 deletions
1
neofetch
1
neofetch
|
@ -2411,6 +2411,7 @@ get_song() {
|
||||||
;;
|
;;
|
||||||
|
|
||||||
"exaile"*)
|
"exaile"*)
|
||||||
|
# NOTE: Exaile >= 4.0.0 will support mpris2.
|
||||||
song="$(dbus-send --print-reply --dest=org.exaile.Exaile /org/exaile/Exaile \
|
song="$(dbus-send --print-reply --dest=org.exaile.Exaile /org/exaile/Exaile \
|
||||||
org.exaile.Exaile.Query |
|
org.exaile.Exaile.Query |
|
||||||
awk -F':|,' '{if ($6 && $8 && $4) printf $6 " \n" $8 " \n" $4}')"
|
awk -F':|,' '{if ($6 && $8 && $4) printf $6 " \n" $8 " \n" $4}')"
|
||||||
|
|
Loading…
Reference in a new issue