Skip to content

Commit 08b4014

Browse files
committed
put back forced_height (useful for long album names)
1 parent cc3e74e commit 08b4014

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

mpris-widget/init.lua

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -239,6 +239,7 @@ local function worker(user_args)
239239
local metadata_widget = wibox.widget {
240240
widget = wibox.widget.textbox,
241241
font = font,
242+
forced_height = 100,
242243
forced_width = popup_width,
243244
}
244245

0 commit comments

Comments
 (0)