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