From 1fcdc357d0f05f32850a166d6c15d280cbe7f4c8 Mon Sep 17 00:00:00 2001 From: Gardouille Date: Mon, 16 Jan 2017 15:53:26 +0100 Subject: [PATCH] Now store current task in Taskwarrior directory --- panel.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/panel.sh b/panel.sh index acba46a..ebbfd87 100755 --- a/panel.sh +++ b/panel.sh @@ -24,7 +24,7 @@ selfg='#101010' ### Task {{{ ################### task() { - local taskpath="$HOME/.pomodoro/current.task" + local taskpath="$HOME/.task/.current.task" task_icon="pacman" task_color="${debianred}" if [[ -f ${taskpath} ]]; then