fix: include color args
This commit is contained in:
parent
cb4ab18bc1
commit
591a0eacdb
1 changed files with 2 additions and 1 deletions
|
@ -7,7 +7,7 @@ ASCII logos I've made for neofetch
|
|||
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**
|
||||
|
@ -16,6 +16,7 @@ To persist the logo, edit neofetch's `config.conf` to include a `image_source` c
|
|||
```ini
|
||||
[...]
|
||||
image_source="/path/to/*.ascii"
|
||||
ascii_colors=(8 1 2 3)
|
||||
[...]
|
||||
```
|
||||
|
||||
|
|
Loading…
Reference in a new issue