diff options
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, |