Updated Widgets (markdown)

This commit is contained in:
Luke Bonham 2013-09-25 06:06:11 -07:00
parent 2882ef92c6
commit fbe1673b19
1 changed files with 11 additions and 2 deletions

View File

@ -1,3 +1,6 @@
General usage
-------------
Every widget is output by a `function`. Every widget is output by a `function`.
For some widgets, `function` returns a `wibox.widget.textbox`, for others a table to be used for notification and update purposes. For some widgets, `function` returns a `wibox.widget.textbox`, for others a table to be used for notification and update purposes.
@ -23,7 +26,8 @@ Here follows an example:
If you want to see more complex applications, check [awesome-copycats](https://github.com/copycat-killer/awesome-copycats). If you want to see more complex applications, check [awesome-copycats](https://github.com/copycat-killer/awesome-copycats).
--- Index
-----
- [alsa](https://github.com/copycat-killer/lain/wiki/alsa) - [alsa](https://github.com/copycat-killer/lain/wiki/alsa)
- [alsabar](https://github.com/copycat-killer/lain/wiki/alsabar) - [alsabar](https://github.com/copycat-killer/lain/wiki/alsabar)
@ -39,4 +43,9 @@ If you want to see more complex applications, check [awesome-copycats](https://g
- [net](https://github.com/copycat-killer/lain/wiki/net) - [net](https://github.com/copycat-killer/lain/wiki/net)
- [sysload](https://github.com/copycat-killer/lain/wiki/sysload) - [sysload](https://github.com/copycat-killer/lain/wiki/sysload)
- [temp](https://github.com/copycat-killer/lain/wiki/temp) - [temp](https://github.com/copycat-killer/lain/wiki/temp)
- [yawn](https://github.com/copycat-killer/lain/wiki/yawn) - [yawn](https://github.com/copycat-killer/lain/wiki/yawn)
User contributed widgets
------------------------
- [task](https://github.com/copycat-killer/lain/wiki/task)