From 7dd5abc46a3677cb4eafd15fd532103e33d0ce51 Mon Sep 17 00:00:00 2001 From: Alexey Stepanov Date: Sun, 29 Sep 2024 12:17:57 +0000 Subject: quick fix README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 84d971d..5f66d59 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ You can find an example config in `examples/base16-onedark.theme`. Add in [btop.conf](https://github.com/aristocratos/btop?tab=readme-ov-file#configurability) path to file `base16-onedark.theme`: ```conf -color_theme = "/path/to/.config/btop/themes/base16-onedark.theme"` +color_theme = "/path/to/.config/btop/themes/base16-onedark.theme" ``` or select theme in `btop`: -- cgit