commit
769a2cddb6
1 changed files with 1 additions and 1 deletions
2
neofetch
2
neofetch
|
@ -1192,7 +1192,7 @@ getmemory () {
|
||||||
# Song {{{
|
# Song {{{
|
||||||
|
|
||||||
getsong () {
|
getsong () {
|
||||||
if pgrep "mpd" >/dev/null 2>&1; then
|
if mpc version >/dev/null 2>&1; then
|
||||||
song="$(mpc current 2>/dev/null)"
|
song="$(mpc current 2>/dev/null)"
|
||||||
state=$(mpc | awk -F '\\[|\\]' '/\[/ {printf $2}' 2>/dev/null)
|
state=$(mpc | awk -F '\\[|\\]' '/\[/ {printf $2}' 2>/dev/null)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue