1
0
Fork 0

Install shutter update taskbar

This commit is contained in:
Malte Brandy 2018-07-19 19:33:52 +02:00
parent b3953b5de3
commit 50cc331b7a
No known key found for this signature in database
GPG key ID: 226A2D41EF5378C9
2 changed files with 2 additions and 2 deletions

View file

@ -50,6 +50,7 @@ config = mkIf config.m-0.graphical.enable {
packages = with pkgs; [
tasktree
st
shutter
];
keyboard = {
layout = "de";

View file

@ -9,9 +9,8 @@ let
echo \
$(date "+%Y-%m-%d %a %H:%M") "|" \
$(cat ~/.kassandra_state | tail -n4 | sed "s/$/ | /") \
=inbox= $(task +PENDING -BLOCKED -TAGGED count) "|" \
=active task= $(task rc.verbose=nothing active || echo "none") "|" \
=tags= $(task +PENDING -BLOCKED -project -optional -later rc.verbose=nothing tags | sed "s/\(.\)$/\1 |/" )
=tags= $(task +PENDING -BLOCKED -project -optional -kategorie rc.verbose=nothing tags | sed "s/\(.\)$/\1 |/" )
sleep 10s;
done
'';