Files
nix-config/pkgs/awesome/awesome/ui/init.lua
2024-08-06 00:49:41 +05:30

8 lines
230 B
Lua

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