🐛 fix bugwarrior pull because of i3 rust bar

This commit is contained in:
Ingolf Wagner 2025-02-26 09:29:29 +07:00
parent 28b0eff1ca
commit e99c573791
No known key found for this signature in database
GPG key ID: 76BF5F1928B9618B

View file

@ -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;