]> git.sur5r.net Git - i3/i3status/commitdiff
give more descriptive symbols to battery format 96/head
authorBenedikt Heine <bebe@bebehei.de>
Tue, 12 Jan 2016 14:07:33 +0000 (15:07 +0100)
committerBenedikt Heine <bebe@bebehei.de>
Tue, 12 Jan 2016 14:07:33 +0000 (15:07 +0100)
man/i3status.man

index 836cac590ac99c8ad928f9e0253b775eb1e1482c..b5f8f6822e21a85ee078515e5774ee3d0a76c81b 100644 (file)
@@ -74,8 +74,8 @@ ethernet eth0 {
 battery 0 {
         format = "%status %percentage %remaining %emptytime"
         format_down = "No battery"
-        status_chr = "â\9a\87 CHR"
-        status_bat = " BAT"
+        status_chr = "â\9a¡ 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*: +â\9a\87 CHR+
+*Example status_chr*: +â\9a¡ CHR+
 
-*Example status_bat*: + BAT+
+*Example status_bat*: +🔋 BAT+
 
 *Example status_full*: +☻ FULL+