Merge pull request #96 from bebehei/symbols-battery

give more descriptive symbols to battery format
This commit is contained in:
Michael Stapelberg 2016-01-12 13:22:37 -08:00
commit b0cfdeab77

View File

@ -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+