]> git.madduck.net Git - etc/awesome.git/commitdiff

madduck's git repository

Every one of the projects in this repository is available at the canonical URL git://git.madduck.net/madduck/pub/<projectpath> — see each project's metadata for the exact URL.

All patches and comments are welcome. Please squash your changes to logical commits before using git-format-patch and git-send-email to patches@git.madduck.net. If you'd read over the Git project's submission guidelines and adhered to them, I'd be especially grateful.

SSH access, as well as push access can be individually arranged.

If you use my repositories frequently, consider adding the following snippet to ~/.gitconfig and using the third clone URL listed for each project:

[url "git://git.madduck.net/madduck/"]
  insteadOf = madduck:

wiki: new commit
authorluke bonham <dadasignificanulla@gmail.com>
Mon, 23 Dec 2013 17:18:33 +0000 (18:18 +0100)
committercopycat-killer <dada@archlinux.info>
Wed, 5 Aug 2015 11:30:31 +0000 (13:30 +0200)
README.rst
widgets/contrib/brightness.lua
wiki

index 8eba2fba88b3eadeb278b2bf7d3fa318585ac68d..07f4ee7aa0478fd0dc49a949ea493e86f02d5b80 100644 (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
 -----------
index 6967572ddce19b64a235bb62300a5f51cbad0e56..0ba2f45048f4e7fa48089d14869902df191e5501 100644 (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 = {}
 
diff --git a/wiki b/wiki
index 7b6d89cd4ff2b84fd333c8f6a5f0ef079b845f48..e379b9649b88e4e88a95731565e65d92c86b2824 160000 (submodule)
--- a/wiki
+++ b/wiki
@@ -1 +1 @@
-Subproject commit 7b6d89cd4ff2b84fd333c8f6a5f0ef079b845f48
+Subproject commit e379b9649b88e4e88a95731565e65d92c86b2824