twitch-tui/default-config.toml
Xithrius 39f011e3ac
Removed .env file
This has been replaced with the `token` variable in
`default-config.toml`.
2021-09-19 00:13:33 -07:00

28 lines
834 B
TOML

[twitch]
# Your username on Twitch.
username = ""
# The streamer's name.
channel = ""
# The IRC channel you'd like to connect to.
server = "irc.chat.twitch.tv"
# OAuth token that authenticates you into Twitch. I suggest you don't share this password.
token = ""
[terminal]
# The delay in milliseconds between terminal updates.
tick_delay = 30
# The maximum amount of messages to be stored.
maximum_messages = 150
[frontend]
# If the time and date is to be shown.
date_shown = true
# The format of the date and time outputs, https://strftime.org/ has formats.
date_format = "%a %b %e %T %Y"
# The longest a username can be.
maximum_username_length = 26
# Which side the username should be aligned to.
username_alignment = "right"
# The color palette for the username column: pastel (default), vibrant, warm, cool.
palette = "pastel"