Now store current task in Taskwarrior directory

This commit is contained in:
gardouille 2017-01-16 15:53:26 +01:00
parent dbca03a227
commit 1fcdc357d0
1 changed files with 1 additions and 1 deletions

View File

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