diff options
author | Axel Wagner <mail@merovius.de> | 2010-06-18 01:53:27 +0200 |
---|---|---|
committer | Michael Stapelberg <michael@stapelberg.de> | 2010-06-19 12:44:43 +0200 |
commit | 6298377bd467a241dc1b05ef54f4e6ce02e06de1 (patch) | |
tree | 6c3c5735901c9f40730d2ad60fa9e6ac330d8ef3 /man | |
parent | da595ee9f7cc487b02109e992e4b2f3f27f78d5a (diff) |
Implemented a ddate-module
Diffstat (limited to 'man')
-rw-r--r-- | man/i3status.man | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/man/i3status.man b/man/i3status.man index 9fa5767..b7f362e 100644 --- a/man/i3status.man +++ b/man/i3status.man @@ -197,6 +197,16 @@ Formats the current system time. See +strftime(3)+ for the format. *Example format*: +%Y-%m-%d %H:%M:%S+ +=== DDate + +Outputs the current discordian date in user-specified format. See +ddate(1)+ for +details on the format string. +*Note*: Neither *%.* nor *%X* are implemented yet. + +*Example order*: +ddate+ + +*Example format*: +%{%a, %b %d%}, %Y%N - %H+ + == Using i3status with dzen2 After installing dzen2, you can directly use it with i3status: |