taskbar-focus 0.1.0

A tiny Pomodoro/focus timer that lives in the Windows tray and toggles Do Not Disturb
1
2
3
4
5
6
//! Everything that talks to Windows lives under here, so the timer and config
//! layers stay portable and testable.

pub mod dnd;
pub mod registry;
pub mod sound;