neofetch-ascii/README.md

27 lines
539 B
Markdown
Raw Permalink Normal View History

2023-07-19 01:53:28 +02:00
# neofetch-ascii
ASCII logos I've made for neofetch
2023-07-19 01:58:12 +02:00
2023-07-24 02:56:29 +02:00
## Usage
1. Save `*.ascii` of choice to path accessible by host
2. Run neofetch with `--source` flag, pointing to the `*.ascii` file.
```
2023-07-24 02:59:39 +02:00
neofetch --source /path/to/*.ascii --colors 8 1 2 3
2023-07-24 02:56:29 +02:00
```
**OR**
To persist the logo, edit neofetch's `config.conf` to include a `image_source` config.
```ini
[...]
image_source="/path/to/*.ascii"
2023-07-24 02:59:39 +02:00
ascii_colors=(8 1 2 3)
2023-07-24 02:56:29 +02:00
[...]
```
2023-07-19 01:58:12 +02:00
## [Bowser](https://github.com/LeviSnoot/neofetch-ascii/blob/ascii/bowser.ascii)
2023-07-22 20:56:43 +02:00
![](public/examples/bowser.png)