diff options
author | streetturtle <streetturtle@gmail.com> | 2017-02-01 22:15:19 -0500 |
---|---|---|
committer | streetturtle <streetturtle@gmail.com> | 2017-02-01 22:15:19 -0500 |
commit | 78fa8e629da7ea64ed54a2a8d6d08857b83e4324 (patch) | |
tree | c761bf465bae198ab8ec60394ebf5a9089a77c9d /spotify-widget | |
parent | d335a1a84d94ea6e3e50af898dd2c0e368645716 (diff) |
spotify readme
Diffstat (limited to 'spotify-widget')
-rw-r--r-- | spotify-widget/README.md | 22 | ||||
-rw-r--r-- | spotify-widget/spo-wid-1.png (renamed from spotify-widget/Selection_015.png) | bin | 4623 -> 4623 bytes |
2 files changed, 22 insertions, 0 deletions
diff --git a/spotify-widget/README.md b/spotify-widget/README.md new file mode 100644 index 0000000..4d8f4b9 --- /dev/null +++ b/spotify-widget/README.md @@ -0,0 +1,22 @@ +# Spotify widget + +This widget displays currently playing song on [Spotify for Linux](https://www.spotify.com/download/linux/) client: ![screenshot](./spo-wid-1.png). + +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. + +## 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) + +To use this widget put **spotify.lua** under **~/.config/awesome/** and add it in **rc.lua**: + +```lua +require("spotify") +... +s.mytasklist, -- Middle widget + { -- Right widgets + layout = wibox.layout.fixed.horizontal, + ... + spotify_widget, + ... +``` diff --git a/spotify-widget/Selection_015.png b/spotify-widget/spo-wid-1.png Binary files differindex 5323d11..5323d11 100644 --- a/spotify-widget/Selection_015.png +++ b/spotify-widget/spo-wid-1.png |