diff options
| author | Michael Stapelberg <michael@stapelberg.de> | 2011-01-06 18:23:56 +0100 | 
|---|---|---|
| committer | Michael Stapelberg <michael@stapelberg.de> | 2011-01-06 18:23:56 +0100 | 
| commit | 686b8798aa725eb5303d154c193e30766bd00094 (patch) | |
| tree | 1302ae14805c2105c4829fec80fbaf0365e3f1f9 | |
| parent | 4ec02bea7bbe534ef4b610bc63d1694bf0823174 (diff) | |
document the path option in sample config
| -rw-r--r-- | man/i3status.man | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/man/i3status.man b/man/i3status.man index e778722..7813229 100644 --- a/man/i3status.man +++ b/man/i3status.man @@ -94,6 +94,7 @@ load {  cpu_temperature 0 {  	format = "T: %degrees °C" +	path = "/sys/devices/platform/coretemp.0/temp1_input"  }  disk "/" { | 
