updated i3 status bar
This commit is contained in:
parent
0820cfdc1d
commit
7c0da89e38
4 changed files with 49 additions and 32 deletions
nixos/components/gui/home-manager
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue