diff options
author | Michael Stapelberg <stapelberg@users.noreply.github.com> | 2015-03-23 19:24:27 +0100 |
---|---|---|
committer | Michael Stapelberg <stapelberg@users.noreply.github.com> | 2015-03-23 19:24:27 +0100 |
commit | 3f9d4c6d897b44be3971af7229bf07e425d0915f (patch) | |
tree | 3905ffb51556eb6a48b6d220c434f6aaa13559be | |
parent | 523f7b269b7f75d6075ad38b09d26a2b9697ca88 (diff) | |
parent | 68623ee0a4b50ee1a0172359fbf6afbb51d9943f (diff) |
Merge pull request #11 from AloisMahdal/man_bat_typo
Fix typo in battery example
-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 64ac7f0..84f1d13 100644 --- a/man/i3status.man +++ b/man/i3status.man @@ -74,7 +74,7 @@ ethernet eth0 { battery 0 { format = "%status %percentage %remaining %emptytime" format_down = "No battery" - status_chr = "⚇ CHR"" + status_chr = "⚇ CHR" status_bat = "⚡ BAT" status_full = "☻ FULL" path = "/sys/class/power_supply/BAT%d/uevent" |