mirror of
https://github.com/tuxdotrs/nix-config.git
synced 2025-10-11 17:21:55 +05:30
add awesome-wm config
This commit is contained in:
7
pkgs/awesome/awesome/ui/init.lua
Normal file
7
pkgs/awesome/awesome/ui/init.lua
Normal 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"),
|
||||
}
|
Reference in New Issue
Block a user