this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

:sparkles: (Halloy) irc today bouncer

+10 -4
+10 -4
home/halloy/config.toml
··· 6 6 theme = "Catppuccin Mocha" 7 7 8 8 [servers.liberachat] 9 - nickname = "Tulkdan" 10 - nick_password_file = "~/.config/halloy/password" 11 - server = "irc.libera.chat" 12 - channels = ["#halloy", "#janet", "#kotlin", "#Brasil", "#elixir", "#pico.sh"] 9 + nickname = "tulkdan" 10 + server = "irctoday.com" 11 + 12 + [servers.liberachat.sasl.plain] 13 + username = "tulkdan" 14 + password_file = "~/.config/halloy/password" 15 + password_file_first_line_only = true 13 16 14 17 [font] 15 18 family = "Monaspace Krypton" 19 + 20 + [platform_specific] 21 + linux.decorations = false