my-config/awesome/ui/init.lua

7 lines
252 B
Lua

-- Returns all widgets, with assigned names, in a table.
return {
menu = require(... .. '.menu'),
notification = require(... .. '.notification'),
titlebar = require(... .. '.titlebar'),
wibar = require(... .. '.wibar')
}