laika/laika.toml

16 lines
302 B
TOML
Raw Normal View History

2023-04-17 12:09:26 +03:00
command = "calc.exe"
target = "CalculatorApp.exe"
workdir = "."
delay = 2
2025-01-30 10:03:30 +03:00
weekdays = "Пн,Вт,Ср,Чт,Пт"
exclude_dates = [] # ["01.01.2025"]
include_dates = []
2023-04-27 12:32:00 +03:00
#start = { hour = 11, minute = 50 }
start = "11:50"
#end = { hour = 12, minute = 55 }
end = "12:55"
2023-04-27 13:56:22 +03:00
#exit_now = true
2023-04-17 12:09:26 +03:00