]> 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 calendar (markdown)
authorLuke Bonham <dadasignificanulla@gmail.com>
Sun, 8 Sep 2013 16:12:28 +0000 (09:12 -0700)
committerLuke Bonham <dadasignificanulla@gmail.com>
Sun, 8 Sep 2013 16:12:28 +0000 (09:12 -0700)
calendar.md

index 2b75840cfc3d83cd208514b966fd79136417004e..5b4587db50c1887533bc0799013260a9f10f2203 100644 (file)
@@ -7,7 +7,7 @@ Attaches a calendar notification to a widget.
 - Left click: switch to previous month.
 - Right click: switch to next month.
 
-Optionally you can call the function with bg and fg colors arguments, both or just one:
+Optionally you can call the function with fg and bg colors arguments, both or just one:
 
     lain.widgets.calendar:attach(mytextclock, "#FFFFFF", "#000000")
     -- or
@@ -15,7 +15,7 @@ Optionally you can call the function with bg and fg colors arguments, both or ju
     -- or
     lain.widgets.calendar:attach(mytextclock, nil, "#000000")
 
-default bg and fg colors are `beautiful.bg_normal` and `beautiful.fg_focus`.
+default fg and fb colors are `beautiful.fg_focus` and `beautiful.bg_normal`.
 
 Notification will show an icon displaying current day, and formatted output
 from ``cal`` with current day highlighted.