From 7ebdfb18e591f295665885932dc3b02b64aadb41 Mon Sep 17 00:00:00 2001 From: Mark Mandriota Date: Sat, 15 Jul 2023 16:56:36 +0200 Subject: [PATCH] adding configuration section to README --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index 5d387d0..fdfb4cd 100644 --- a/README.md +++ b/README.md @@ -16,3 +16,13 @@ Enter the following command in your terminal to find go/bin directory: ``` echo `go env GOPATH`/bin ``` + +## Configuration +Config is read from `$HOME/.config/wat/wat.toml` + +### Default config: +```toml +[appearance] +# Background ANSI Color. Must be from 0 to 15. +background = 6 +``` \ No newline at end of file