depot/third_party/home-manager/tests/modules/programs/comodoro/expected.toml
Default email 75fa0ae5af Project import generated by Copybara.
GitOrigin-RevId: c3ab5ea047e6dc73df530948f7367455749d8906
2023-08-08 12:19:01 +02:00

13 lines
276 B
TOML

[test-preset]
on-server-start = "echo server started"
on-timer-stop = "echo timer stopped"
on-work-begin = "echo work cycle began"
tcp-host = "localhost"
tcp-port = 8080
[[test-preset.cycles]]
duration = 1500
name = "Work"
[[test-preset.cycles]]
duration = 500
name = "Rest"