my-config/awesome/ui/init.lua

8 lines
252 B
Lua
Raw Normal View History

2024-08-20 13:20:26 +00:00
-- Returns all widgets, with assigned names, in a table.
return {
menu = require(... .. '.menu'),
notification = require(... .. '.notification'),
titlebar = require(... .. '.titlebar'),
wibar = require(... .. '.wibar')
}