diff --git a/data/thunderbird-config-20191215.zip b/data/thunderbird-config-20191215.zip deleted file mode 100644 index 36a026d..0000000 Binary files a/data/thunderbird-config-20191215.zip and /dev/null differ diff --git a/scripts/spotify.sh b/scripts/spotify.sh deleted file mode 100755 index 743b8f5..0000000 --- a/scripts/spotify.sh +++ /dev/null @@ -1,7 +0,0 @@ -#!/bin/bash - -title=`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 1 "title"|egrep -v "title"|cut -b 44-|cut -d '"' -f 1|egrep -v ^$` -echo $title - -artist=`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 "artist"|egrep -v "artist"|egrep -v "array"|cut -b 27-|cut -d '"' -f 1|egrep -v ^$` -echo $artist