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