fasttyper/doc/example_config.json

12 lines
803 B
JSON
Raw Permalink Normal View History

2021-07-10 23:27:11 +02:00
{
2022-02-12 23:42:24 +01:00
"user_input_valid_color":3,
"user_input_invalid_color":2,
"reference_text_color":8,
"stats_template":"\n\nwpm: {stats.wpm:0.2f}\ntime: {stats.total_seconds:0.2f}s",
"stats_color":5,
"summary_template":"WPM: {stats.wpm:0.2f}\nCPM: {stats.cpm:0.2f}\nRAW WPM: {stats.raw_wpm:0.2f}\nRAW CPM: {stats.raw_cpm:0.2f}\ntotal seconds: {stats.total_seconds:0.2f}\ntotal minutes: {stats.total_minutes:0.2f}\ncorrect words: {stats.correct_words}\ncorrect chars: {stats.correct_chars}\nincorrect words: {stats.incorrect_words}\nincorrect chars: {stats.incorrect_chars}\ntotal words: {stats.total_words}\ntotal chars: {stats.total_chars}\naccuracy: {stats.accuracy:0.2f}%",
"summary_datafile":"~/.cache/fasttyper/datafile.csv",
"top_margin_percentage":30,
"left_margin_percentage":10
}