]> git.madduck.net Git - etc/awesome.git/blob - Widgets.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:

07723605b64fa0f94c561a5481bdd02aa2e4cb8f
[etc/awesome.git] / Widgets.md
1 Every widget is output by a `function`.
2
3 Unless otherwise expressly noted, `function` returns a `wibox.widget.textbox`.
4
5 We say this because, for some widget, `function` returns a table to be used for notification and update purposes.
6
7 Almost all widgets can be set by an input function called `settings`: you can markup textboxes and do whatever customization within it. 
8
9 - [alsa](https://github.com/copycat-killer/lain/wiki/alsa)
10 - [alsabar](https://github.com/copycat-killer/lain/wiki/alsabar)
11 - [bat](https://github.com/copycat-killer/lain/wiki/bat)
12 - [borderbox](https://github.com/copycat-killer/lain/wiki/borderbox)
13 - [calendar](https://github.com/copycat-killer/lain/wiki/calendar)
14 - [cpu](https://github.com/copycat-killer/lain/wiki/cpu)
15 - [fs](https://github.com/copycat-killer/lain/wiki/fs)
16 - [imap](https://github.com/copycat-killer/lain/wiki/imap)
17 - [maildir](https://github.com/copycat-killer/lain/wiki/maildir)
18 - [mem](https://github.com/copycat-killer/lain/wiki/mem)
19 - [mpd](https://github.com/copycat-killer/lain/wiki/mpd)
20 - [net](https://github.com/copycat-killer/lain/wiki/net)
21 - [sysload](https://github.com/copycat-killer/lain/wiki/sysload)
22 - [temp](https://github.com/copycat-killer/lain/wiki/temp)
23 - [yawn](https://github.com/copycat-killer/lain/wiki/yawn)