aboutsummaryrefslogtreecommitdiffstats
path: root/tests/test_daemon.py
AgeCommit message (Collapse)AuthorFilesLines
30 hoursfeat: daemon status, restart, live previewDanilo M.1-0/+40
Add daemon.py module to control hyprsunset daemon via subprocess: - is_running() checks daemon status using pgrep - live_preview() pushes temperature/gamma/identity to running daemon via hyprctl - restart() kills existing daemon and launches new detached process All subprocess calls are mocked in tests; no real processes are touched. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>