diff options
author | pmakhov <pavel.makhov@savoirfairelinux.com> | 2017-12-02 13:50:14 -0500 |
---|---|---|
committer | pmakhov <pavel.makhov@savoirfairelinux.com> | 2017-12-02 13:50:14 -0500 |
commit | bec18633e67513363265e79e28358e5089f3e85c (patch) | |
tree | 96c78d965427516cb70e21f8a820d1c663552918 /spotify-widget/spotify_stat | |
parent | 8b4c5e7fa0799e9cd06c9969ff017024b92b097b (diff) |
use dbus to check is spotify is playing
Diffstat (limited to 'spotify-widget/spotify_stat')
-rwxr-xr-x | spotify-widget/spotify_stat | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/spotify-widget/spotify_stat b/spotify-widget/spotify_stat deleted file mode 100755 index b4d4783..0000000 --- a/spotify-widget/spotify_stat +++ /dev/null @@ -1,2 +0,0 @@ -#!/bin/sh -pacmd list-sink-inputs | grep -e 'state:' -e 'application.name' | grep -B 1 -i spotify | grep -P -o '(?<=: )[A-Za-z]*' |