X-Git-Url: https://git.madduck.net/etc/awesome.git/blobdiff_plain/aba6c37b9c0517f6f39d4db4a54862b800cc70a8..ff3a614d7b45905e0cf969936cb8547ef1f90033:/Widgets.md diff --git a/Widgets.md b/Widgets.md index 2138b27..a798c67 100644 --- a/Widgets.md +++ b/Widgets.md @@ -8,7 +8,7 @@ Every widget may take either a table or a list of variables as argument. If it takes a table, you have to define a function variable called `settings` in it: with this you can markup textboxes using predefined variables and do whatever customization you want. -I'll give an example: +Here follows a simple example, see the sections for all the details: mycpu = lain.widgets.cpu({ timeout = 4, @@ -17,8 +17,6 @@ I'll give an example: end }) -check the sections for all the details. - - [alsa](https://github.com/copycat-killer/lain/wiki/alsa) - [alsabar](https://github.com/copycat-killer/lain/wiki/alsabar) - [bat](https://github.com/copycat-killer/lain/wiki/bat)