1
0
Fork 0

Make status bar shorter

This commit is contained in:
Malte Brandy 2018-07-24 21:27:26 +02:00
parent 7e62518fe1
commit df878e947c
No known key found for this signature in database
GPG key ID: 226A2D41EF5378C9

View file

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