my-config/awesome/ui/wibar/module/init.lua

9 lines
267 B
Lua
Raw Permalink Normal View History

2024-08-20 13:20:26 +00:00
-- Return a table containing all bar modules, with a name attached
-- to each.
return {
--launcher = require(... .. '.launcher'),
taglist = require(... .. '.taglist'),
tasklist = require(... .. '.tasklist'),
layoutbox = require(... .. '.layoutbox')
}