Changelog

This commit is contained in:
Dylan 2016-03-04 07:58:20 +11:00
parent 08118a9375
commit 41ff583aab
1 changed files with 10 additions and 0 deletions

10
1.4.md
View File

@ -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 " | "
```