🐛 fix bugwarrior pull because of i3 rust bar
This commit is contained in:
parent
28b0eff1ca
commit
e99c573791
1 changed files with 31 additions and 30 deletions
|
@ -87,36 +87,37 @@ in
|
|||
format = "$icon $percentage $time";
|
||||
}
|
||||
{ block = "uptime"; }
|
||||
{
|
||||
block = "taskwarrior";
|
||||
interval = 60;
|
||||
format = " $icon $count.eng(w:3) todo ";
|
||||
format_singular = " $icon 1 task ";
|
||||
format_everything_done = "";
|
||||
warning_threshold = 10;
|
||||
critical_threshold = 20;
|
||||
filters = [
|
||||
{
|
||||
name = "active";
|
||||
filter = "+PENDING and ( +ACTIVE or +DUETODAY or +TODAY or +OVERDUE )";
|
||||
}
|
||||
];
|
||||
}
|
||||
{
|
||||
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";
|
||||
}
|
||||
];
|
||||
}
|
||||
# interferes with `bugwarrior pull`
|
||||
# {
|
||||
# block = "taskwarrior";
|
||||
# interval = 60;
|
||||
# format = " $icon $count.eng(w:3) todo ";
|
||||
# format_singular = " $icon 1 task ";
|
||||
# format_everything_done = "";
|
||||
# warning_threshold = 10;
|
||||
# critical_threshold = 20;
|
||||
# filters = [
|
||||
# {
|
||||
# name = "active";
|
||||
# filter = "+PENDING and ( +ACTIVE or +DUETODAY or +TODAY or +OVERDUE )";
|
||||
# }
|
||||
# ];
|
||||
# }
|
||||
# {
|
||||
# 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
Reference in a new issue