fix: include color args

This commit is contained in:
Levi 2023-07-24 02:59:39 +02:00
parent cb4ab18bc1
commit 591a0eacdb

View file

@ -7,7 +7,7 @@ ASCII logos I've made for neofetch
2. Run neofetch with `--source` flag, pointing to the `*.ascii` file. 2. Run neofetch with `--source` flag, pointing to the `*.ascii` file.
``` ```
neofetch --source /path/to/*.ascii neofetch --source /path/to/*.ascii --colors 8 1 2 3
``` ```
**OR** **OR**
@ -16,6 +16,7 @@ To persist the logo, edit neofetch's `config.conf` to include a `image_source` c
```ini ```ini
[...] [...]
image_source="/path/to/*.ascii" image_source="/path/to/*.ascii"
ascii_colors=(8 1 2 3)
[...] [...]
``` ```