]>
git.madduck.net Git - etc/awesome.git/blobdiff - brightness.md
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:
[<- widgets](https://github.com/copycat-killer/lain/wiki/Widgets)
[<- widgets](https://github.com/copycat-killer/lain/wiki/Widgets)
-Shows brightness level in a textbox.
+Shows the current level of screen brightness in a textbox.
- volume widget = lain.widgets.contrib.brightness()
+ brightness widget = lain.widgets.contrib.brightness()
### input table
Variable | Meaning | Type | Default
--- | --- | --- | ---
`timeout` | Refresh timeout seconds | int | 5
### input table
Variable | Meaning | Type | Default
--- | --- | --- | ---
`timeout` | Refresh timeout seconds | int | 5
-`backlight` | Backlight V ideo | string | "acpi_video0"
+`backlight` | Backlight v ideo | string | "acpi_video0"
`settings` | User settings | function | empty function
`settings` can use the following variables:
`settings` | User settings | function | empty function
`settings` can use the following variables:
You can control the widget with key bindings like these:
You can control the widget with key bindings like these:
awful.key({}, "XF86MonBrightnessUp",
function ()
awful.util.spawn("xbacklight -inc 1")
awful.key({}, "XF86MonBrightnessUp",
function ()
awful.util.spawn("xbacklight -inc 1")
function ()
awful.util.spawn("xbacklight -dec 1")
brightnesswidget.update()
function ()
awful.util.spawn("xbacklight -dec 1")
brightnesswidget.update()
+ end),
\ No newline at end of file