From: Luke Bonham Date: Sat, 7 Sep 2013 10:41:20 +0000 (-0700) Subject: Created Widgets (markdown) X-Git-Url: https://git.madduck.net/etc/awesome.git/commitdiff_plain/d6a60f6c89ea5421b21723f12b07888cda3f5530 Created Widgets (markdown) --- diff --git a/Widgets.md b/Widgets.md new file mode 100644 index 0000000..cbf3fb9 --- /dev/null +++ b/Widgets.md @@ -0,0 +1,9 @@ +### Foreword + +Every widget is output by a `function`. + +Unless otherwise expressly noted, `function` returns a `wibox.widget.textbox`. + +We say this because, for some widget, `function` return a table to be used for notification and update purposes. + +### Index \ No newline at end of file