Initial commit on awmtk2
This commit is contained in:
parent
1fee5d93e5
commit
c6dc672e53
|
@ -0,0 +1,23 @@
|
|||
local wibox = require("wibox")
|
||||
local awful = require("awful")
|
||||
local gears = require("gears")
|
||||
local beautiful = require("beautiful")
|
||||
|
||||
local awmtk = {}
|
||||
|
||||
-- {{{ Utils
|
||||
|
||||
|
||||
|
||||
-- }}}
|
||||
|
||||
|
||||
-- {{{ Classes
|
||||
|
||||
-- Default namespace
|
||||
awmtk.default = setmetatable({}, {
|
||||
-- { Backgrounds
|
||||
|
||||
}, { __index = beautiful })
|
||||
|
||||
|
Loading…
Reference in New Issue