mirror of
https://github.com/dylanaraps/neofetch.git
synced 2025-10-03 16:51:29 +00:00
song: Add SMPlayer
This commit is contained in:
3
neofetch
3
neofetch
@@ -443,6 +443,7 @@ disk_subtitle="mount"
|
||||
# quodlibet
|
||||
# rhythmbox
|
||||
# sayonara
|
||||
# smplayer
|
||||
# spotify
|
||||
# Spotify
|
||||
# tomahawk
|
||||
@@ -2323,6 +2324,7 @@ get_song() {
|
||||
"quodlibet"
|
||||
"rhythmbox"
|
||||
"sayonara"
|
||||
"smplayer"
|
||||
"spotify"
|
||||
"Spotify"
|
||||
"tomahawk"
|
||||
@@ -2374,6 +2376,7 @@ get_song() {
|
||||
"pragha"*) get_song_dbus "pragha" ;;
|
||||
"amarok"*) get_song_dbus "amarok" ;;
|
||||
"dragon"*) get_song_dbus "dragonplayer" ;;
|
||||
"smplayer"*) get_song_dbus "smplayer" ;;
|
||||
|
||||
"cmus"*)
|
||||
song="$(cmus-remote -Q | awk 'BEGIN { ORS=" "};
|
||||
|
Reference in New Issue
Block a user