mirror of
https://github.com/dylanaraps/neofetch.git
synced 2025-12-18 01:47:12 +00:00
song: fix cmus album
This commit is contained in:
2
neofetch
2
neofetch
@@ -1454,7 +1454,7 @@ guayadeque|yarock|qmmp|quodlibet|deepin-music|tomahawk|pogo|elisa/ {printf $5 "
|
|||||||
"cmus"*)
|
"cmus"*)
|
||||||
song="$(cmus-remote -Q | awk 'BEGIN { ORS=" "};
|
song="$(cmus-remote -Q | awk 'BEGIN { ORS=" "};
|
||||||
/tag artist/ {$1=$2=""; sub(" ", ""); a=$0}\
|
/tag artist/ {$1=$2=""; sub(" ", ""); a=$0}\
|
||||||
/tag album/ {$1=$2=""; sub(" ", ""); b=$0}\
|
/tag album / {$1=$2=""; sub(" ", ""); b=$0}\
|
||||||
/tag title/ {$1=$2=""; sub(" ", ""); t=$0}\
|
/tag title/ {$1=$2=""; sub(" ", ""); t=$0}\
|
||||||
END { print a " - " b " - " t }')"
|
END { print a " - " b " - " t }')"
|
||||||
;;
|
;;
|
||||||
|
|||||||
Reference in New Issue
Block a user