wiki: new commit

This commit is contained in:
luke bonham 2013-12-23 18:18:33 +01:00 committed by copycat-killer
parent df19c9176e
commit a56c60dace
3 changed files with 9 additions and 9 deletions

View File

@ -28,11 +28,11 @@ Just make sure that:
- Your code its easy to understand, maintainable, and modularized. You should also avoid code duplication wherever possible by adding functions or using ``lain.helpers``. If something is unclear, and you can't write it in such a way that it will be clear, explain it with a comment.
- You test your changes before submitting to make sure that not only your code works, but have not broken other parts of the module too!
- You test your changes before submitting to make sure that not only your code works, but did not break other parts of the module too!
- You update ``wiki`` submodule with a thorough section.
- You eventually update ``wiki`` submodule with a thorough section.
Contributed widgets have to be put it in ``lain/widget/contrib``.
Contributed widgets have to be put in ``lain/widget/contrib``.
Screenshots
-----------

View File

@ -1,9 +1,9 @@
--[[
Licensed under GNU General Public License v2
* (c) 2013, yawnt <yawn.localhost@gmail.com>
Licensed under GNU General Public License v2
* (c) 2013, yawnt <yawn.localhost@gmail.com>
--]]
local newtimer = require("lain.helpers").newtimer
@ -14,7 +14,7 @@ local string = { match = string.match }
local setmetatable = setmetatable
-- Brightness
-- Brightness level
-- lain.widgets.contrib.brightness
local brightness = {}

2
wiki

@ -1 +1 @@
Subproject commit 7b6d89cd4ff2b84fd333c8f6a5f0ef079b845f48
Subproject commit e379b9649b88e4e88a95731565e65d92c86b2824