From: Benedikt Heine Date: Tue, 12 Jan 2016 14:07:33 +0000 (+0100) Subject: give more descriptive symbols to battery format X-Git-Tag: 2.11~45^2 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=023f588bea62c90222d68fbfd8df2022937c38de;p=i3%2Fi3status give more descriptive symbols to battery format --- 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+