From 3e00fc23117a6fbb91d5ca09602f8006c3f2365a Mon Sep 17 00:00:00 2001 From: Julian Teu Date: Tue, 10 Apr 2018 18:07:28 +0200 Subject: Cleanup --- Conky/spotify-nowplaying-length | 3 --- 1 file changed, 3 deletions(-) delete mode 100755 Conky/spotify-nowplaying-length (limited to 'Conky/spotify-nowplaying-length') 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 -- cgit v1.2.3