mirror of
https://github.com/tuxdotrs/nix-config.git
synced 2025-10-11 09:11:55 +05:30
8 lines
230 B
Lua
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"),
|
|
}
|