i3: update bar for thinkpad

This commit is contained in:
Sijmen 2019-02-18 20:24:28 +01:00
parent 41217bbee5
commit 794400c843

View file

@ -1,6 +1,7 @@
general { general {
colors = true colors = true
interval = 5 interval = 5
separator = ""
color_good = "#43A047" color_good = "#43A047"
color_degraded = "#FF9800" color_degraded = "#FF9800"
@ -25,7 +26,7 @@ tztime local {
} }
load { load {
format = "  %1min %15min" format = "  %1min %15min"
} }
disk "/" { disk "/" {
@ -35,7 +36,8 @@ disk "/" {
battery 0 { battery 0 {
last_full_capacity = true last_full_capacity = true
integer_battery_capacity = true integer_battery_capacity = true
format = "%status %percentage" format = " %status"
format_down = " "
status_full = " " status_full = " "
status_chr = " " status_chr = " "
@ -46,7 +48,8 @@ battery 0 {
battery 1 { battery 1 {
last_full_capacity = true last_full_capacity = true
integer_battery_capacity = true integer_battery_capacity = true
format = "%status %percentage" format = "%status"
format_down = ""
status_full = " " status_full = " "
status_chr = " " status_chr = " "
@ -59,5 +62,5 @@ battery all {
integer_battery_capacity = true integer_battery_capacity = true
hide_seconds = true hide_seconds = true
format = "%percentage (%consumption) %remainingh remaining" format = "%percentage %consumption %remainingh"
} }