mirror of
https://github.com/dylanaraps/neofetch.git
synced 2025-10-04 17:09:21 +00:00
Merge branch 'master' of github.com:dylanaraps/neofetch
This commit is contained in:
3
neofetch
3
neofetch
@@ -410,6 +410,7 @@ disk_subtitle="mount"
|
||||
# elisa
|
||||
# exaile
|
||||
# gnome-music
|
||||
# gmusicbrowser
|
||||
# Google Play
|
||||
# guayadeque
|
||||
# iTunes
|
||||
@@ -2324,6 +2325,7 @@ get_song() {
|
||||
"elise"
|
||||
"exaile"
|
||||
"gnome-music"
|
||||
"gmusicbrowser"
|
||||
"Google Play"
|
||||
"guayadeque"
|
||||
"iTunes"
|
||||
@@ -2385,6 +2387,7 @@ get_song() {
|
||||
"sayonara"*) get_song_dbus "sayonara" ;;
|
||||
"audacious"*) get_song_dbus "audacious" ;;
|
||||
"vlc"*) get_song_dbus "vlc" ;;
|
||||
"gmusicbrowser"*) get_song_dbus "gmusicbrowser" ;;
|
||||
|
||||
"cmus"*)
|
||||
song="$(cmus-remote -Q | awk 'BEGIN { ORS=" "};
|
||||
|
Reference in New Issue
Block a user