1
0
mirror of https://github.com/Tha14/toxic.git synced 2025-06-19 00:56:35 +02:00

Update config example and some default settings to reflect recent changes

This commit is contained in:
jfreegman
2020-11-30 00:58:43 -05:00
parent 1e985c1456
commit 3f1b7cdd26
3 changed files with 7 additions and 10 deletions

View File

@ -30,7 +30,7 @@ ui = {
time_format=24;
// Timestamp format string according to date/strftime format. Overrides time_format setting
timestamp_format="%H:%M:%S";
timestamp_format="%H:%M";
// true to show you when others are typing a message in 1-on-1 chats
show_typing_other=true;
@ -54,7 +54,7 @@ ui = {
history_size=700;
// time in milliseconds to display a notification
notification_timeout=3000;
notification_timeout=6000;
// Indicator for display when someone connects or joins a group.
line_join="-->";
@ -66,7 +66,7 @@ ui = {
line_alert="-!-";
// Indicator for normal messages.
line_normal="---";
line_normal="-";
// true to change status based on screen/tmux attach/detach, false to disable
mplex_away=true;