mirror of
https://github.com/dylanaraps/neofetch.git
synced 2025-10-04 17:09:21 +00:00
made Song case switch smaller
This commit is contained in:
3
neofetch
3
neofetch
@@ -1216,8 +1216,7 @@ get_song() {
|
||||
}
|
||||
|
||||
case "${player/*\/}" in
|
||||
"mopidy"*) song="$(mpc current)" ;;
|
||||
"mpd"*) song="$(mpc current)" ;;
|
||||
"mpd"* | "mopidy"*) song="$(mpc current)" ;;
|
||||
"mocp"*) song="$(mocp -Q "%artist - %song")" ;;
|
||||
"google play"*) song="$(gpmdp-remote current)" ;;
|
||||
"rhythmbox"*) song="$(rhythmbox-client --print-playing)" ;;
|
||||
|
Reference in New Issue
Block a user