mirror of
https://github.com/dylanaraps/neofetch.git
synced 2025-10-04 01:00:17 +00:00
song: Add SMPlayer
This commit is contained in:
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
Block a user