add awesome-wm config

This commit is contained in:
2024-08-06 00:49:41 +05:30
parent b4da4c5f92
commit 2f852eed2f
175 changed files with 1100 additions and 1 deletions

View File

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