From a750ef85594da06170c2a0fdb29d95f8bd36d70f Mon Sep 17 00:00:00 2001 From: vikingowl Date: Mon, 29 Dec 2025 17:47:21 +0100 Subject: [PATCH] docs: add example files to README configuration section MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 --- README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b47ba42..d23969e 100644 --- a/README.md +++ b/README.md @@ -126,10 +126,18 @@ Owlry follows the [XDG Base Directory Specification](https://specifications.free ## Configuration -Copy the example config: +Copy the example files: ```bash +# Config mkdir -p ~/.config/owlry cp /usr/share/doc/owlry/config.example.toml ~/.config/owlry/config.toml + +# Optional: CSS overrides +cp /usr/share/doc/owlry/style.example.css ~/.config/owlry/style.css + +# Optional: Example script +mkdir -p ~/.local/share/owlry/scripts +cp /usr/share/doc/owlry/scripts/example.sh ~/.local/share/owlry/scripts/ ``` ### Example Configuration