From 41ff583aabd6c6488f5062caba881269ef1f035a Mon Sep 17 00:00:00 2001 From: Dylan Date: Fri, 4 Mar 2016 07:58:20 +1100 Subject: [PATCH] Changelog --- 1.4.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/1.4.md b/1.4.md index 601f3fe7..74722df2 100644 --- a/1.4.md +++ b/1.4.md @@ -19,3 +19,13 @@ ### Stdout - Don't create config file when using `--stdout`. +- Reimplemt `--stdout_separator` and `$stdout_separator` which allow you to change
+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 " | " +```