diff options
author | eoin <iam@eoingroat.com> | 2016-03-21 22:41:22 +0000 |
---|---|---|
committer | eoin <iam@eoingroat.com> | 2016-03-21 22:41:22 +0000 |
commit | d59589bf9ea9b1c0f760077af0e849f6c369b446 (patch) | |
tree | 2c566d2ee99597f73a2cf6bb49a0e2669ae84b38 /man/i3status.man | |
parent | dbc59d7376dd1c49b4948d17209910fad01b3560 (diff) |
Added status_unk to battery_info
Diffstat (limited to 'man/i3status.man')
-rw-r--r-- | man/i3status.man | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/man/i3status.man b/man/i3status.man index f4e2a32..8508488 100644 --- a/man/i3status.man +++ b/man/i3status.man @@ -76,6 +76,7 @@ battery 0 { format_down = "No battery" status_chr = "⚡ CHR" status_bat = "🔋 BAT" + status_unk = "? UNK" status_full = "☻ FULL" path = "/sys/class/power_supply/BAT%d/uevent" low_threshold = 10 @@ -315,7 +316,7 @@ network interface found on the system (excluding devices starting with "lo"). === Battery -Gets the status (charging, discharging, running), percentage, remaining +Gets the status (charging, discharging, unknown, full), percentage, remaining time and power consumption (in Watts) of the given battery and when it's estimated to be empty. If you want to use the last full capacity instead of the design capacity (when using the design capacity, it may happen that your @@ -339,10 +340,10 @@ colored red. The low_threshold type can be of threshold_type "time" or Optionally custom strings including any UTF-8 symbols can be used for different battery states. This makes it possible to display individual symbols -for each state (charging, discharging, full) +for each state (charging, discharging, unknown, full) Of course it will also work with special iconic fonts, such as FontAwesome. -If any of this special status strings is omitted, the default (CHR, BAT, FULL) -is used. +If any of these special status strings are omitted, the default (CHR, BAT, UNK, +FULL) is used. *Example order*: +battery 0+ @@ -354,6 +355,8 @@ is used. *Example status_bat*: +🔋 BAT+ +*Example status_unk*: +? UNK+ + *Example status_full*: +☻ FULL+ *Example low_threshold*: +30+ |