i3status: Display calendar week and last full percentage
All checks were successful
dotfiles/pipeline/head This commit looks good

This commit is contained in:
Johannes Rothe 2021-09-13 17:32:37 +02:00
parent d7a67aa4a1
commit 8381fc9c5f

View File

@ -10,6 +10,7 @@ order += "disk /"
order += "load" order += "load"
order += "memory" order += "memory"
order += "tztime local" order += "tztime local"
order += "time"
wireless _first_ { wireless _first_ {
format_up = "%essid %quality %ip" format_up = "%essid %quality %ip"
@ -23,6 +24,9 @@ ethernet _first_ {
battery all { battery all {
format = "battery %status %percentage %remaining" format = "battery %status %percentage %remaining"
last_full_capacity = true
integer_battery_capacity = true
low_threshold = 15
} }
load { load {
@ -37,5 +41,9 @@ memory {
} }
tztime local { tztime local {
format = "%a, %d.%m.%Y %H:%M" format = "%a, %d.%m.%Y CW %V"
}
time {
format = "%H:%M"
} }