diff options
author | Jose Antonio Ortega Ruiz <jao@gnu.org> | 2011-11-16 19:54:52 +0100 |
---|---|---|
committer | Jose Antonio Ortega Ruiz <jao@gnu.org> | 2011-11-16 19:54:52 +0100 |
commit | 52cba18e41ddcb09b383e5113b969b2d0e098237 (patch) | |
tree | 1d8af5f8b0e525e80971e6037255ab280733b96a /README | |
parent | ea8c116ce91b37d923e258069f2b0c717a89d9a3 (diff) | |
parent | 9f36becc8cef4970b0871803c51c5d8b00a67fb9 (diff) | |
download | xmobar-52cba18e41ddcb09b383e5113b969b2d0e098237.tar.gz xmobar-52cba18e41ddcb09b383e5113b969b2d0e098237.tar.bz2 |
Merge remote-tracking branch 'skinner/localeDate' into localeDate
Diffstat (limited to 'README')
-rw-r--r-- | README | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -877,13 +877,13 @@ can be used in the output template as `%mydate%` - Format is a time format string, as accepted by the standard ISO C `strftime` function (or Haskell's `formatCalendarTime`). - If Locale is "" the default locale of the system is used, otherwise the given - locale. If there are more instances of DateZone, using "" as input for Locacle + locale. If there are more instances of DateZone, using "" as input for Locale is not recommended. - Zone is the name of the TimeZone. It is assumed that the tz database is stored in /usr/share/zoneinfo/. If "" is given as Zone, the default system time is used. - Sample usage: - `Run DateZone "<fc=#ee9a00>%H:%M:%S</fc>" "GMT+1" "Europe/Vienna" "viennaTime" 10` + `Run DateZone "%a %H:%M:%S" "de_DE.UTF-8" "Europe/Vienna" "viennaTime" 10` `CommandReader "/path/to/program" Alias` |