diff options
author | streetturtle <streetturtle@gmail.com> | 2017-02-01 21:45:15 -0500 |
---|---|---|
committer | streetturtle <streetturtle@gmail.com> | 2017-02-01 21:45:15 -0500 |
commit | fa430134310cb6b3c98f445e423fa6095d800743 (patch) | |
tree | dd319e57b1a955cb3715ead7eda1eafc1e77969a /spotify-widget | |
parent | e214e416d3ce53dec14e5f0e81ceae587f1fd4bc (diff) |
readme update
Diffstat (limited to 'spotify-widget')
-rw-r--r-- | spotify-widget/spotify.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spotify-widget/spotify.lua b/spotify-widget/spotify.lua index c9b3789..dcca1c0 100644 --- a/spotify-widget/spotify.lua +++ b/spotify-widget/spotify.lua @@ -7,7 +7,7 @@ spotify_widget:set_font('Play 9') -- optional icon, could be replaced by spotfiy logo (https://developer.spotify.com/design/) spotify_icon = wibox.widget.imagebox() -spotify_icon:set_image("/usr/share/icons/Arc-Icons/devices/22/audio-headphones.png") +spotify_icon:set_image("/usr/share/icons/Arc/devices/22/audio-headphones.png") watch( "sp current-oneline", 1, |