🐛 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"; 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;