some i3 battery changes
This commit is contained in:
parent
83446460d9
commit
001b96d16e
|
@ -1,4 +1,4 @@
|
||||||
# i3status configuration file.
|
# i3status configuration file, derived from the stock config provided in default i3.
|
||||||
#Copyright 2018 TheToric
|
#Copyright 2018 TheToric
|
||||||
#
|
#
|
||||||
#This program is free software: you can redistribute it and/or modify
|
#This program is free software: you can redistribute it and/or modify
|
||||||
|
@ -36,13 +36,15 @@ wireless _first_ {
|
||||||
}
|
}
|
||||||
|
|
||||||
ethernet _first_ {
|
ethernet _first_ {
|
||||||
# if you use %speed, i3status requires root privileges
|
|
||||||
format_up = "E: %ip"
|
format_up = "E: %ip"
|
||||||
format_down = "E: down"
|
format_down = "E: down"
|
||||||
}
|
}
|
||||||
|
|
||||||
battery all {
|
battery all {
|
||||||
format = "%status %percentage %remaining"
|
format = "%status %percentage %remaining"
|
||||||
|
low_threshold = 10
|
||||||
|
integer_battery_capacity = true
|
||||||
|
last_full_capacity = true
|
||||||
}
|
}
|
||||||
|
|
||||||
tztime local {
|
tztime local {
|
||||||
|
|
Loading…
Reference in a new issue