aboutsummaryrefslogtreecommitdiff
path: root/store/home/config/halloy/config.toml
blob: 5d39f52d916a685d1b19eee606ba14ae7c760f6b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
tooltips = true

[notifications]
direct_message = { sound = "peck", show_toast = true }
connected = { sound = "ring", show_toast = true }
disconnected = { sound = "ring", show_toast = true }

[notifications.highlight]
sound = "dong"
exclude = [ "NickServ" ]

[servers.liberachat]
nickname = "crupest"
server = "irc.libera.chat"
channels = [ "#hurd" ]
use_tls = true

[servers.liberachat.sasl.plain]
username = "crupest"
password = ...