From 023f588bea62c90222d68fbfd8df2022937c38de Mon Sep 17 00:00:00 2001 From: Benedikt Heine Date: Tue, 12 Jan 2016 15:07:33 +0100 Subject: [PATCH] give more descriptive symbols to battery format --- man/i3status.man | 8 ++++---- 1 file 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+ -- 2.39.2