i3: update bar for thinkpad
This commit is contained in:
parent
41217bbee5
commit
794400c843
1 changed files with 7 additions and 4 deletions
|
@ -1,6 +1,7 @@
|
|||
general {
|
||||
colors = true
|
||||
interval = 5
|
||||
separator = ""
|
||||
|
||||
color_good = "#43A047"
|
||||
color_degraded = "#FF9800"
|
||||
|
@ -35,7 +36,8 @@ disk "/" {
|
|||
battery 0 {
|
||||
last_full_capacity = true
|
||||
integer_battery_capacity = true
|
||||
format = "%status %percentage"
|
||||
format = " %status"
|
||||
format_down = " "
|
||||
|
||||
status_full = " "
|
||||
status_chr = " "
|
||||
|
@ -46,7 +48,8 @@ battery 0 {
|
|||
battery 1 {
|
||||
last_full_capacity = true
|
||||
integer_battery_capacity = true
|
||||
format = "%status %percentage"
|
||||
format = "%status"
|
||||
format_down = ""
|
||||
|
||||
status_full = " "
|
||||
status_chr = " "
|
||||
|
@ -59,5 +62,5 @@ battery all {
|
|||
integer_battery_capacity = true
|
||||
hide_seconds = true
|
||||
|
||||
format = "%percentage (%consumption) %remainingh remaining"
|
||||
format = "%percentage %consumption %remainingh"
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue