updated i3 status bar

This commit is contained in:
Ingolf Wagner 2023-11-03 14:42:18 +01:00
parent 0820cfdc1d
commit 7c0da89e38
No known key found for this signature in database
GPG key ID: 76BF5F1928B9618B
4 changed files with 49 additions and 32 deletions
nixos/components/gui/home-manager

View file

@ -57,7 +57,7 @@ in
{
block = "taskwarrior";
interval = 60;
format = " $icon $count.eng(w:3) tasks ";
format = " $icon $count.eng(w:3) todo ";
format_singular = " $icon 1 task ";
format_everything_done = "";
warning_threshold = 10;
@ -69,6 +69,21 @@ in
}
];
}
{
block = "taskwarrior";
interval = 60;
format = " $icon $count.eng(w:2) ";
format_singular = " $icon 1 task ";
format_everything_done = "";
warning_threshold = 3;
critical_threshold = 5;
filters = [
{
name = "started";
filter = "+PENDING and +ACTIVE";
}
];
}
{
block = "time";
interval = 60;