summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--spotify-widget/spotify.lua13
1 files changed, 11 insertions, 2 deletions
diff --git a/spotify-widget/spotify.lua b/spotify-widget/spotify.lua
index 85ea6b4..f5ccf9c 100644
--- a/spotify-widget/spotify.lua
+++ b/spotify-widget/spotify.lua
@@ -52,8 +52,17 @@ local function worker(user_args)
widget = wibox.widget.textbox,
},
{
- id = "icon",
- widget = wibox.widget.imagebox,
+ layout = wibox.layout.stack,
+ {
+ id = "icon",
+ widget = wibox.widget.imagebox,
+ },
+ {
+ widget = wibox.widget.textbox,
+ font = font,
+ text = ' ',
+ forced_height = 1
+ }
},
{
layout = wibox.container.scroll.horizontal,