itd/itd.toml

30 lines
416 B
TOML
Raw Normal View History

2021-08-24 15:33:41 +00:00
[socket]
2021-08-25 03:35:25 +00:00
path = "/tmp/itd/socket"
2021-08-24 15:33:41 +00:00
2021-08-21 08:19:49 +00:00
[conn]
reconnect = true
2021-10-27 14:27:12 +00:00
[conn.whitelist]
enabled = false
devices = []
2021-08-24 15:33:41 +00:00
[on.connect]
notify = true
2021-08-21 08:19:49 +00:00
2021-08-24 15:33:41 +00:00
[on.reconnect]
notify = true
setTime = true
2021-10-05 02:07:54 +00:00
[notifs.translit]
2021-10-04 08:05:01 +00:00
use = ["eASCII", "Russian", "Emoji"]
2021-08-24 15:33:41 +00:00
[notifs.ignore]
2021-08-21 08:19:49 +00:00
sender = []
summary = ["InfiniTime"]
body = []
[music]
2021-08-24 15:33:41 +00:00
vol.interval = 5
2022-02-22 00:18:52 +00:00
[weather]
location = "Los Angeles, CA"