Commit 10bea776 authored by Jay Ta'ala's avatar Jay Ta'ala
Browse files

For py3status revered to i3status "battery all" - prefer it over the

py3status version as it has %consumption (in watts) etc.
parent 8dcdc847
...@@ -23,7 +23,8 @@ order += "cpu_usage" ...@@ -23,7 +23,8 @@ order += "cpu_usage"
order += "disk /" order += "disk /"
#order += "diskdata" #order += "diskdata"
order += "timer" order += "timer"
order += "battery_level" order += "battery all"
#order += "battery_level"
order += "path_exists VPN" order += "path_exists VPN"
order += "external_script" order += "external_script"
order += "tztime local" order += "tztime local"
...@@ -86,6 +87,19 @@ net_rate { ...@@ -86,6 +87,19 @@ net_rate {
interfaces_blacklist = "lo" interfaces_blacklist = "lo"
} }
battery all {
format = " %status %percentage (%remaining) %consumption "
format_down = "No battery"
last_full_capacity = true
integer_battery_capacity = true
status_chr = "⚡"
status_bat = ""
status_unk = "?"
status_full = ""
low_threshold = 15
threshold_type = time
}
battery_level { battery_level {
cache_timeout = 5 cache_timeout = 5
measurement_mode = "acpi" measurement_mode = "acpi"
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment