]> 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:

Updated brightness (markdown)
authorLuke Bonham <copycat-killer@users.noreply.github.com>
Tue, 24 Dec 2013 11:28:49 +0000 (03:28 -0800)
committerLuke Bonham <copycat-killer@users.noreply.github.com>
Tue, 24 Dec 2013 11:28:49 +0000 (03:28 -0800)
brightness.md

index 5a3a9dbe26bdde842728b7bf0c9202d2b7fb367d..4cd4f8e1e9201849f97ecd6907d10a23ac5cef2d 100644 (file)
@@ -2,7 +2,7 @@
 
 Shows the current level of screen brightness in a textbox.
 
-       mybrightness = lain.widgets.contrib.brightness()
+       brightnesswidget = lain.widgets.contrib.brightness()
 
 ### input table
 
@@ -27,7 +27,7 @@ Variable | Meaning | Type
 
 You can control the widget with key bindings like these:
 
-    -- Volume control
+    -- Brightness control
     awful.key({}, "XF86MonBrightnessUp",
     function ()
         awful.util.spawn("xbacklight -inc 1")