diff options
author | Michael Stapelberg <stapelberg@users.noreply.github.com> | 2016-01-12 13:22:37 -0800 |
---|---|---|
committer | Michael Stapelberg <stapelberg@users.noreply.github.com> | 2016-01-12 13:22:37 -0800 |
commit | b0cfdeab7739ab12250e5a6b5622c48ac9241e6a (patch) | |
tree | 15b476c2ec38e8a740d94be44359386cb4b820f3 /man/i3status.man | |
parent | 8918502fcd23243ea01bfc23949b6c320049104c (diff) | |
parent | 023f588bea62c90222d68fbfd8df2022937c38de (diff) |
Merge pull request #96 from bebehei/symbols-battery
give more descriptive symbols to battery format
Diffstat (limited to 'man/i3status.man')
-rw-r--r-- | man/i3status.man | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/man/i3status.man b/man/i3status.man index 836cac5..b5f8f68 100644 --- a/man/i3status.man +++ b/man/i3status.man @@ -74,8 +74,8 @@ ethernet eth0 { battery 0 { format = "%status %percentage %remaining %emptytime" format_down = "No battery" - status_chr = "⚇ CHR" - status_bat = "⚡ BAT" + status_chr = "⚡ CHR" + status_bat = "🔋 BAT" status_full = "☻ FULL" path = "/sys/class/power_supply/BAT%d/uevent" low_threshold = 10 @@ -350,9 +350,9 @@ is used. *Example format_down*: +No battery+ -*Example status_chr*: +⚇ CHR+ +*Example status_chr*: +⚡ CHR+ -*Example status_bat*: +⚡ BAT+ +*Example status_bat*: +🔋 BAT+ *Example status_full*: +☻ FULL+ |