feat: org todos in bar

This commit is contained in:
2026-05-10 01:55:21 +02:00
parent a8d96b7481
commit 07919fc687
11 changed files with 958 additions and 235 deletions

View File

@@ -18,6 +18,17 @@ notmuch:
screenrec:
enable: true
output_dir: "~/Videos/wl-screenrec"
org:
enable: true
paths:
- "~/Documents/notes"
todo_keywords: ["TODO", "NEXT", "IN-PROGRESS"]
done_keywords: ["DONE", "CANCELLED"]
counted_states: ["TODO", "NEXT", "IN-PROGRESS"]
update_interval: 60000
emacsclient_command: "emacsclient"
dropdown_width: 420
dropdown_height: 480
notifications:
enable: true
anchor: "top center"