Commit 41ff583a authored by Dylan's avatar Dylan

Changelog

parent 08118a93
...@@ -19,3 +19,13 @@ ...@@ -19,3 +19,13 @@
### Stdout ### Stdout
- Don't create config file when using `--stdout`. - Don't create config file when using `--stdout`.
- Reimplemt `--stdout_separator` and `$stdout_separator` which allow you to change<br \>
the separator between the info.
Example:
```sh
# Display memory, battery and disk in a single line separated by " | "
# This output can then be used in lemonbar etc.
neofetch --stdout memory battery disk --stdout_separator " | "
```
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment