From 8381fc9c5fa01a55a15428ba82a8773dbf9d4ab9 Mon Sep 17 00:00:00 2001 From: Johannes Rothe Date: Mon, 13 Sep 2021 17:32:37 +0200 Subject: [PATCH] i3status: Display calendar week and last full percentage --- roles/dotfiles/files/i3status_config | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/roles/dotfiles/files/i3status_config b/roles/dotfiles/files/i3status_config index 83e70a8..5961c3f 100644 --- a/roles/dotfiles/files/i3status_config +++ b/roles/dotfiles/files/i3status_config @@ -10,6 +10,7 @@ order += "disk /" order += "load" order += "memory" order += "tztime local" +order += "time" wireless _first_ { format_up = "%essid %quality %ip" @@ -23,6 +24,9 @@ ethernet _first_ { battery all { format = "battery %status %percentage %remaining" + last_full_capacity = true + integer_battery_capacity = true + low_threshold = 15 } load { @@ -37,5 +41,9 @@ memory { } tztime local { - format = "%a, %d.%m.%Y %H:%M" + format = "%a, %d.%m.%Y CW %V" +} + +time { + format = "%H:%M" }