diff --git a/homes/palo/i3.nix b/homes/palo/i3.nix index 8022a96..164eecd 100644 --- a/homes/palo/i3.nix +++ b/homes/palo/i3.nix @@ -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;