Updated brightness (markdown)

This commit is contained in:
Luke Bonham 2013-12-24 03:28:49 -08:00 committed by copycat-killer
parent 19bcd89afb
commit f4aae0997a
1 changed files with 2 additions and 2 deletions

View 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")