add overflow widget from PR #3309 in awesomewm

This commit is contained in:
Rene Kievits
2022-06-01 09:07:55 +02:00
parent dadb6ef1dc
commit ed9043c4ee
2 changed files with 617 additions and 1 deletions

View File

@@ -15,7 +15,7 @@ local icondir = awful.util.getdir("config") .. "src/assets/icons/notifications/"
local nl = {}
nl.notification_list = { layout = wibox.layout.fixed.vertical, spacing = dpi(20) }
nl.notification_list = { layout = require("src.lib.overflow_widget.overflow").vertical, scrollbar_width = 0, scroll_speed = 10, spacing = dpi(20) }
-- @param {table} notification
-- @return {widget} notifications_list