From 95a8ecfa71afc3d6109b3ee11fe342a5cd6c95d1 Mon Sep 17 00:00:00 2001 From: xynxynxyn Date: Thu, 18 Oct 2018 14:28:33 +0200 Subject: [PATCH] add documentation --- neofetch | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/neofetch b/neofetch index 3566e1ae..5a84d660 100755 --- a/neofetch +++ b/neofetch @@ -482,6 +482,22 @@ song_shorthand="off" mpc_args=() +# Separator + + +# Modify separator +# +# Default: ':' +# Flag: --separator +# +# Replace the default separator with the specified string. +# +# Example: +# separator="->": 'Shell-> bash' +# separator=" =": `WM = dwm` +separator=":" + + # Text Colors @@ -4307,6 +4323,8 @@ INFO: --music_player player-name Manually specify a player to use. Available values are listed in the config file + --separator string Changes the default ':' separator to the specified string. + TEXT FORMATTING: --colors x x x x x x Changes the text colors in this order: title, @, underline, subtitle, colon, info