i3status: Display calendar week and last full percentage
All checks were successful
dotfiles/pipeline/head This commit looks good
All checks were successful
dotfiles/pipeline/head This commit looks good
This commit is contained in:
parent
d7a67aa4a1
commit
8381fc9c5f
@ -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"
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user