Merge pull request #88 from dylanaraps/stdout

Cleanup 'stdout' functions
This commit is contained in:
Dylan Araps
2016-02-20 00:21:34 +11:00
3 changed files with 20 additions and 87 deletions

View File

@@ -342,20 +342,4 @@ config="on"
config_file="$HOME/.config/fetch/config"
# }}}
# Other Options {{{
# Separator to use in stdout mode.
# --stdout_separator string
stdout_separator=" "
# Hide/Show the title in stdout mode.
# --stdout_title on/off
stdout_title="off"
# Hide/Show each info's subtitle in stdout mode.
# --stdout_subtitles on/off
stdout_subtitles="on"
# }}}