diff options
author | soul9 <johnny@r0x0r.me> | 2012-10-05 16:21:10 +0300 |
---|---|---|
committer | soul9 <johnny@r0x0r.me> | 2012-10-05 16:21:10 +0300 |
commit | 1d7adde585e21f5eeb7fc44528ebb0cf7351cf7a (patch) | |
tree | a0b220e3189788eba047fde97e0f0757384d4df0 | |
parent | e9db662381773cc17c2067613fc6c53752e869e6 (diff) | |
download | xmobar-1d7adde585e21f5eeb7fc44528ebb0cf7351cf7a.tar.gz xmobar-1d7adde585e21f5eeb7fc44528ebb0cf7351cf7a.tar.bz2 |
Fix documentation for DiskIO plugin
the plugin can be called with Run DiskIO, Run Disks causes an error and xmobar doesn't start.
-rw-r--r-- | readme.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -777,7 +777,7 @@ something like: - Default template: none (you must specify a template for each file system). - Example: - Disks [("/", "<read> <write>"), ("sdb1", "<total>")] [] 10 + DiskIO [("/", "<read> <write>"), ("sdb1", "<total>")] [] 10 ### `ThermalZone Number Args RefreshRate` |