song: Add SMPlayer
This commit is contained in:
parent
94ae0099be
commit
ea462a8ec1
3
neofetch
3
neofetch
|
@ -443,6 +443,7 @@ disk_subtitle="mount"
|
||||||
# quodlibet
|
# quodlibet
|
||||||
# rhythmbox
|
# rhythmbox
|
||||||
# sayonara
|
# sayonara
|
||||||
|
# smplayer
|
||||||
# spotify
|
# spotify
|
||||||
# Spotify
|
# Spotify
|
||||||
# tomahawk
|
# tomahawk
|
||||||
|
@ -2323,6 +2324,7 @@ get_song() {
|
||||||
"quodlibet"
|
"quodlibet"
|
||||||
"rhythmbox"
|
"rhythmbox"
|
||||||
"sayonara"
|
"sayonara"
|
||||||
|
"smplayer"
|
||||||
"spotify"
|
"spotify"
|
||||||
"Spotify"
|
"Spotify"
|
||||||
"tomahawk"
|
"tomahawk"
|
||||||
|
@ -2374,6 +2376,7 @@ get_song() {
|
||||||
"pragha"*) get_song_dbus "pragha" ;;
|
"pragha"*) get_song_dbus "pragha" ;;
|
||||||
"amarok"*) get_song_dbus "amarok" ;;
|
"amarok"*) get_song_dbus "amarok" ;;
|
||||||
"dragon"*) get_song_dbus "dragonplayer" ;;
|
"dragon"*) get_song_dbus "dragonplayer" ;;
|
||||||
|
"smplayer"*) get_song_dbus "smplayer" ;;
|
||||||
|
|
||||||
"cmus"*)
|
"cmus"*)
|
||||||
song="$(cmus-remote -Q | awk 'BEGIN { ORS=" "};
|
song="$(cmus-remote -Q | awk 'BEGIN { ORS=" "};
|
||||||
|
|
Reference in New Issue