song: Add SMPlayer
This commit is contained in:
parent
94ae0099be
commit
ea462a8ec1
1 changed files with 3 additions and 0 deletions
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=" "};
|
||||
|
|
Loading…
Reference in a new issue