diff options
| author | Michael Stapelberg | 2009-10-16 22:21:05 +0200 | 
|---|---|---|
| committer | Michael Stapelberg | 2009-10-16 22:21:05 +0200 | 
| commit | e4bd4bd2a39515178ada751764dfd81e743784f9 (patch) | |
| tree | 97aa95bc6b0c7656377058eeea904dae2d447c04 /man | |
| parent | Actually use the format string for the battery (Thanks shatter) (diff) | |
battery: split up %remaining into %percentage and %remaining (Thanks shatter)
Diffstat (limited to 'man')
| -rw-r--r-- | man/i3status.man | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/man/i3status.man b/man/i3status.man index eb16bf6..cf3e2b2 100644 --- a/man/i3status.man +++ b/man/i3status.man @@ -66,7 +66,7 @@ ethernet eth0 {  }  battery 0 { -        format = "%status %remaining" +        format = "%status %percentage %remaining"  }  run_watch DHCP {  | 
