]> git.madduck.net Git - etc/awesome.git/commitdiff

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:

Updated yawn (markdown)
authorLuke Bonham <dadasignificanulla@gmail.com>
Tue, 10 Sep 2013 22:10:43 +0000 (15:10 -0700)
committerLuke Bonham <dadasignificanulla@gmail.com>
Tue, 10 Sep 2013 22:10:43 +0000 (15:10 -0700)
yawn.md

diff --git a/yawn.md b/yawn.md
index 070bf2e8c53898dfc9f3333498bd16e0545ff04b..6a087cc9fe72cdaa00ad37cb322865f6d9ccdc7e 100644 (file)
--- a/yawn.md
+++ b/yawn.md
@@ -24,15 +24,18 @@ an existent widget.
 
 - ``args``
 
-    An optional table which can contain the following settings:
+    A required table which can contain:
 
     Variables | Meaning | Type | Possible values | Default value
     --- | --- | --- | --- | ---
     `u` | Units | string | "c" (Celsius), "f" (Fahrenheit) | "c"
-    `toshow` | What to show | string | "forecast", "units", "both" | "forecast"
-    `color` | ``yawn.widget`` color | string | hexadecimal colors | 
+    `timeout` | Refresh timeout seconds | int | integers | 600
+    `settings` | User settings | function | function | empty function
 
-The function creates an imagebox icon and a textbox widget. Add them to you wibox like this:
+    `settings` can use strings `forecast`, `units', and can modify `notification_preset` table, which
+     will be the preset for the naughty notifications. Check [here](http://awesome.naquadah.org/doc/api/modules/naughty.html#notify) for the list of variables it can contain.
+
+The function `register` creates an imagebox icon and a textbox widget. Add them to you wibox like this:
 
     right_layout:add(yawn.icon)
     right_layout:add(yawn.widget)