Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Jay Ta'ala
jt-config-repo
Commits
10bea776
Commit
10bea776
authored
May 18, 2020
by
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
Changes
1
Show whitespace changes
Inline
Side-by-side
i3status/.i3status.conf.py3status
View file @
10bea776
...
@@ -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"
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment