From bec18633e67513363265e79e28358e5089f3e85c Mon Sep 17 00:00:00 2001 From: pmakhov Date: Sat, 2 Dec 2017 13:50:14 -0500 Subject: use dbus to check is spotify is playing --- spotify-widget/README.md | 9 --------- 1 file changed, 9 deletions(-) (limited to 'spotify-widget/README.md') diff --git a/spotify-widget/README.md b/spotify-widget/README.md index df84927..547c9eb 100644 --- a/spotify-widget/README.md +++ b/spotify-widget/README.md @@ -15,8 +15,6 @@ This widget displays currently playing song on [Spotify for Linux](https://www.s Note that widget uses the Arc icon theme, so it should be [installed](https://github.com/horst3180/arc-icon-theme#installation) first under **/usr/share/icons/Arc/** folder. -Also this widget uses the output of the **spotify_stat** script which could be found in the widget folder. - ## Installation First you need to have spotify CLI installed. Here is how you can do it (except widget part): [pavelmakhov.com/2016/02/awesome-wm-spotify](http://pavelmakhov.com/2016/02/awesome-wm-spotify) @@ -33,10 +31,3 @@ s.mytasklist, -- Middle widget spotify_widget, ... ``` - -## Troubleshooting - -_Status icon (play/pause) is not shown_: - - make **spotify_stat** script executable (by `sudo chmod +x spotify_stat`) and run it in terminal, output should be either `RUNNING` or `CORKED`; - - the **spotify_stat** script is called by **spotify.lua** so make sure that `get_spotify_status_cmd` in **spotify.lua** contains the right path to the script; - - create an issue :octocat:. -- cgit v1.2.3