From df878e947c120f26c563d3bc1864b95c4841d3fb Mon Sep 17 00:00:00 2001 From: Malte Brandy Date: Tue, 24 Jul 2018 21:27:26 +0200 Subject: [PATCH] Make status bar shorter --- home-manager/modules/graphical/i3.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home-manager/modules/graphical/i3.nix b/home-manager/modules/graphical/i3.nix index 83b3a5b9..daa20ba9 100644 --- a/home-manager/modules/graphical/i3.nix +++ b/home-manager/modules/graphical/i3.nix @@ -10,7 +10,7 @@ let $(date "+%Y-%m-%d %a %H:%M") "|" \ $(cat ~/.kassandra_state | tail -n4 | sed "s/$/ | /") \ =active task= $(task rc.verbose=nothing active || echo "none") "|" \ - =tags= $(task +PENDING -BLOCKED -project -optional -kategorie rc.verbose=nothing tags | sed "s/\(.\)$/\1 |/" ) + $(task +PENDING -BLOCKED +auto rc.verbose=nothing tags | sed "s/auto/=runable routines=/" ) sleep 10s; done '';