Last active 9 hours ago

gmb revised this gist 9 hours ago. Go to revision

1 file changed, 4 insertions

halloy_config.toml

@@ -3,6 +3,7 @@
3 3
4 4 check_for_update_on_launch = true
5 5
6 + # Download themes: https://themes.halloy.chat
6 7 theme = "one_dark"
7 8
8 9 [font]
@@ -21,6 +22,9 @@ share = true
21 22 [buffer.emojis]
22 23 skin_tone = "light"
23 24
25 + [buffer.nickname]
26 + away = "none"
27 +
24 28 [notifications.direct_message]
25 29 sound = "bloop"
26 30 show_toast = true

gmb revised this gist 9 hours ago. Go to revision

1 file changed, 3 insertions

halloy_config.toml

@@ -15,6 +15,9 @@ width = 160
15 15 [buffer.text_input]
16 16 auto_format = "markdown"
17 17
18 + [buffer.typing]
19 + share = true
20 +
18 21 [buffer.emojis]
19 22 skin_tone = "light"
20 23

gmb revised this gist 19 hours ago. Go to revision

1 file changed, 43 insertions

halloy_config.toml(file created)

@@ -0,0 +1,43 @@
1 + # Halloy config
2 + # See: https://halloy.chat/configuration.html
3 +
4 + check_for_update_on_launch = true
5 +
6 + theme = "one_dark"
7 +
8 + [font]
9 + family = "Menlo"
10 + size = 16
11 +
12 + [buffer.channel.nicklist]
13 + width = 160
14 +
15 + [buffer.text_input]
16 + auto_format = "markdown"
17 +
18 + [buffer.emojis]
19 + skin_tone = "light"
20 +
21 + [notifications.direct_message]
22 + sound = "bloop"
23 + show_toast = true
24 + show_content = true
25 + request_attention = true
26 +
27 + [notifications.highlight]
28 + sound = "zone"
29 + show_toast = true
30 + show_content = true
31 +
32 + [actions.buffer]
33 + click_channel_name = "replace-pane"
34 + click_highlight = "replace-pane"
35 + click_username = "replace-pane"
36 + local = "replace-pane"
37 + message_channel = "replace-pane"
38 + message_user = "replace-pane"
39 +
40 + [actions.sidebar]
41 + buffer = "replace-pane"
42 + channel = "replace-pane"
43 + query = "replace-pane"
Newer Older