diff options
Diffstat (limited to 'Conky/spotify-nowplaying-length')
-rwxr-xr-x | Conky/spotify-nowplaying-length | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/Conky/spotify-nowplaying-length b/Conky/spotify-nowplaying-length deleted file mode 100755 index 45a0158..0000000 --- a/Conky/spotify-nowplaying-length +++ /dev/null @@ -1,3 +0,0 @@ -#!/bin/bash - -echo `dbus-send --print-reply --dest=org.mpris.MediaPlayer2.spotify /org/mpris/MediaPlayer2 org.freedesktop.DBus.Properties.Get string:'org.mpris.MediaPlayer2.Player' string:'Metadata'|egrep -A 2 "length"|egrep -v "length"|egrep -v "array"|cut -b 43-|cut -d '"' -f 1|egrep -v ^$`
\ No newline at end of file |