diff options
author | Benedikt Heine <bebe@bebehei.de> | 2016-01-12 15:07:33 +0100 |
---|---|---|
committer | Benedikt Heine <bebe@bebehei.de> | 2016-01-12 15:07:33 +0100 |
commit | 023f588bea62c90222d68fbfd8df2022937c38de (patch) | |
tree | 4315b0811358574929784fd95d73eff446d2188c /man | |
parent | fad9c8237c63290aa9adde5ba6ffa6759f578645 (diff) |
give more descriptive symbols to battery format
Diffstat (limited to '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+ |