Added '--stdout' to print the output in a lemonbar compatible format

This commit is contained in:
Dylan
2016-02-05 16:29:11 +11:00
parent 5aaab244ce
commit 49e7673f0d
2 changed files with 56 additions and 1 deletions

View File

@@ -326,4 +326,20 @@ config="on"
config_file="$HOME/.config/fetch/config"
# }}}
# Other Options {{{
# Seperator to use in stdout mode.
# --stdout_seperator string
stdout_seperator=" "
# 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"
# }}}