From: Luke Bonham Date: Tue, 24 Dec 2013 11:28:49 +0000 (-0800) Subject: Updated brightness (markdown) X-Git-Url: https://git.madduck.net/etc/awesome.git/commitdiff_plain/9f6ff057f4b99704d9396a66c4f2896954541d2e Updated brightness (markdown) --- diff --git a/brightness.md b/brightness.md index 5a3a9db..4cd4f8e 100644 --- a/brightness.md +++ b/brightness.md @@ -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")