summaryrefslogtreecommitdiffhomepage
path: root/README
diff options
context:
space:
mode:
authorJose Antonio Ortega Ruiz <jao@gnu.org>2010-12-12 22:01:12 +0100
committerJose Antonio Ortega Ruiz <jao@gnu.org>2010-12-12 22:01:12 +0100
commit52be04baa703cb5c0263aecb61f0079230367cd0 (patch)
treea1503d98651867fb2de3bdabaadc41a316757717 /README
parentdc4712688986edd9a3f272858b91b94badf2560d (diff)
downloadxmobar-52be04baa703cb5c0263aecb61f0079230367cd0.tar.gz
xmobar-52be04baa703cb5c0263aecb61f0079230367cd0.tar.bz2
New plugin: Uptime
Diffstat (limited to 'README')
-rw-r--r--README12
1 files changed, 8 insertions, 4 deletions
diff --git a/README b/README
index 4e2b453..8de3050 100644
--- a/README
+++ b/README
@@ -298,8 +298,8 @@ date plugin. These plugins install the following internal commands:
`Weather`, `Network`, `Wireless` (optional), `Memory`, `Swap`, `Cpu`,
`MultiCpu`, `Battery`, `TopProc`, `TopMem`, `DiskU`, `DiskIO`,
`Thermal`, `CpuFreq`, `CoreTemp`, `MPD` (optional), `Mail` (optional),
-`MBox` (optional), `Date`, `StdinReader`, `CommandReader`, and
-`PipeReader`.
+`MBox` (optional), `Date`, `Uptime`, `StdinReader`, `CommandReader`,
+and `PipeReader`.
To remove them see below Installing/Removing a Plugin
@@ -657,8 +657,12 @@ can be used in the output template as `%mydate%`
`Date Format Alias RefreshRate`
-- Format is a time format string, as accepted by the standard UNIX
- utility `date`.
+- Format is a time format string, as accepted by the standard ISO C
+ `strftime` function (or Haskell's `formatCalendarTime`).
+
+`Uptime Alias RefreshRate`
+
+- Shows system uptime.
`CommandReader "/path/to/program" Alias`