Skip to content

Commit

Permalink
clarify ascii usage to neofetch
Browse files Browse the repository at this point in the history
  • Loading branch information
acxz authored Sep 5, 2022
1 parent 84ac154 commit 75e2304
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,12 +63,14 @@ command and uses your existing `neofetch` config.
To use `pokeshell` with `hyfetch` add the following to your `neofetch`
config file: `~/.config/neofetch/config`:
```
image_backend="ascii"
image_source=$(POKESHELL_COMMAND)
```
where `POKESHELL_COMMAND` is what you would run in the terminal.

For example, including the below in your `neofetch` config file
```
image_backend="ascii"
image_source=${pokeshell politoed)
```
and running `neowofetch` gives the following:
Expand Down

0 comments on commit 75e2304

Please sign in to comment.