My configuration files for Debian/Ubuntu applications
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

init.lua 399 B

12345678910111213141516171819
  1. --[[
  2. Lain
  3. Layouts, widgets and utilities for Awesome WM
  4. Widgets section
  5. Licensed under GNU General Public License v2
  6. * (c) 2013, Luca CPZ
  7. * (c) 2010-2012, Peter Hofmann
  8. --]]
  9. local wrequire = require("lain.helpers").wrequire
  10. local setmetatable = setmetatable
  11. local widget = { _NAME = "lain.widget" }
  12. return setmetatable(widget, { __index = wrequire })