🐛 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";
|
format = "$icon $percentage $time";
|
||||||
}
|
}
|
||||||
{ block = "uptime"; }
|
{ block = "uptime"; }
|
||||||
{
|
# interferes with `bugwarrior pull`
|
||||||
block = "taskwarrior";
|
# {
|
||||||
interval = 60;
|
# block = "taskwarrior";
|
||||||
format = " $icon $count.eng(w:3) todo ";
|
# interval = 60;
|
||||||
format_singular = " $icon 1 task ";
|
# format = " $icon $count.eng(w:3) todo ";
|
||||||
format_everything_done = "";
|
# format_singular = " $icon 1 task ";
|
||||||
warning_threshold = 10;
|
# format_everything_done = "";
|
||||||
critical_threshold = 20;
|
# warning_threshold = 10;
|
||||||
filters = [
|
# critical_threshold = 20;
|
||||||
{
|
# filters = [
|
||||||
name = "active";
|
# {
|
||||||
filter = "+PENDING and ( +ACTIVE or +DUETODAY or +TODAY or +OVERDUE )";
|
# name = "active";
|
||||||
}
|
# filter = "+PENDING and ( +ACTIVE or +DUETODAY or +TODAY or +OVERDUE )";
|
||||||
];
|
# }
|
||||||
}
|
# ];
|
||||||
{
|
# }
|
||||||
block = "taskwarrior";
|
# {
|
||||||
interval = 60;
|
# block = "taskwarrior";
|
||||||
format = " $icon $count.eng(w:2) ";
|
# interval = 60;
|
||||||
format_singular = " $icon 1 task ";
|
# format = " $icon $count.eng(w:2) ";
|
||||||
format_everything_done = "";
|
# format_singular = " $icon 1 task ";
|
||||||
warning_threshold = 3;
|
# format_everything_done = "";
|
||||||
critical_threshold = 5;
|
# warning_threshold = 3;
|
||||||
filters = [
|
# critical_threshold = 5;
|
||||||
{
|
# filters = [
|
||||||
name = "started";
|
# {
|
||||||
filter = "+PENDING and +ACTIVE";
|
# name = "started";
|
||||||
}
|
# filter = "+PENDING and +ACTIVE";
|
||||||
];
|
# }
|
||||||
}
|
# ];
|
||||||
|
# }
|
||||||
{
|
{
|
||||||
block = "time";
|
block = "time";
|
||||||
interval = 60;
|
interval = 60;
|
||||||
|
|
Loading…
Add table
Reference in a new issue