diff options
author | Jose Antonio Ortega Ruiz <jao@gnu.org> | 2010-12-12 22:01:12 +0100 |
---|---|---|
committer | Jose Antonio Ortega Ruiz <jao@gnu.org> | 2010-12-12 22:01:12 +0100 |
commit | 52be04baa703cb5c0263aecb61f0079230367cd0 (patch) | |
tree | a1503d98651867fb2de3bdabaadc41a316757717 /README | |
parent | dc4712688986edd9a3f272858b91b94badf2560d (diff) | |
download | xmobar-52be04baa703cb5c0263aecb61f0079230367cd0.tar.gz xmobar-52be04baa703cb5c0263aecb61f0079230367cd0.tar.bz2 |
New plugin: Uptime
Diffstat (limited to 'README')
-rw-r--r-- | README | 12 |
1 files changed, 8 insertions, 4 deletions
@@ -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` |