diff options
author | streetturtle <streetturtle@users.noreply.github.com> | 2018-01-06 19:08:40 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-01-06 19:08:40 -0500 |
commit | 4a01ecbb03bf65d18332e1fda61fdf4a28c58cd0 (patch) | |
tree | e13e3794c748c0d4b458812f46243d84793f218c /spotify-widget | |
parent | 9b3768e27c1952840846aed7327c80d088425cdd (diff) |
Update README.md
Diffstat (limited to 'spotify-widget')
-rw-r--r-- | spotify-widget/README.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/spotify-widget/README.md b/spotify-widget/README.md index 547c9eb..eff3027 100644 --- a/spotify-widget/README.md +++ b/spotify-widget/README.md @@ -19,10 +19,10 @@ Note that widget uses the Arc icon theme, so it should be [installed](https://gi 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) -To use this widget put **spotify.lua** under **~/.config/awesome/** and add it in **rc.lua**: +To use this widget clone repo under **~/.config/awesome/** and then add it in **rc.lua**: ```lua -require("spotify") +local spotify_widget = require("awesome-wm-widgets.spotify-widget.spotify") ... s.mytasklist, -- Middle widget { -- Right widgets |