add todo setup

This commit is contained in:
2025-12-21 00:36:00 +01:00
parent 36f8b6d8b2
commit 22a1b7e369
13 changed files with 277 additions and 31 deletions

View File

@@ -21,17 +21,23 @@ target_sources(bar_lib
PUBLIC
src/app.cpp
src/bar/bar.cpp
src/widgets/clock.cpp
src/widgets/date.cpp
src/widgets/workspaceIndicator.cpp
src/widgets/volumeWidget.cpp
src/widgets/webWidget.cpp
src/services/todo.cpp
src/services/hyprland.cpp
src/services/tray.cpp
src/services/notifications.cpp
src/widgets/tray.cpp
src/widgets/todo.cpp
src/widgets/todoPopover.cpp
src/components/popover.cpp
src/components/todoEntry.cpp
)
include_directories(bar_lib PRIVATE
include