# Habit nudges — convenient wrappers for popular recurring reminders. [[commands]] id = "habit.water" type = "lua" script = "water.lua" sandbox = "standard" timeout = 3000 [commands.phrases] ru = [ "напоминай мне пить воду", "напоминай попить воду", "включи напоминание про воду", ] en = ["remind me to drink water", "water reminder"] [[commands]] id = "habit.stretch" type = "lua" script = "stretch.lua" sandbox = "standard" timeout = 3000 [commands.phrases] ru = [ "напоминай мне размяться", "напоминай делать зарядку", "включи напоминание про разминку", "напоминай вставать", ] en = ["remind me to stretch", "stretch reminder"] [[commands]] id = "habit.eyes" type = "lua" script = "eyes.lua" sandbox = "standard" timeout = 3000 [commands.phrases] ru = [ "напоминай отдыхать глазам", "напоминай про глаза", "20 20 20", ] en = ["remind me to rest eyes", "eye reminder"] [[commands]] id = "habit.stop_all" type = "lua" script = "stop_all.lua" sandbox = "minimal" timeout = 3000 [commands.phrases] ru = [ "отключи все привычки", "хватит напоминать про привычки", "выключи все напоминалки", ] en = ["stop all habits", "disable habit reminders"]