Created
August 22, 2017 03:25
-
-
Save CallumHoward/518657780eb078fcd083ca2b11f18c24 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
+ verbose=on | |
+ shift | |
+ [[ -n '' ]] | |
+ get_distro | |
+ get_bold | |
+ case "$ascii_bold" in | |
+ case "$bold" in | |
+ get_distro_colors | |
+ case "$ascii_distro" in | |
+ set_colors 2 1 | |
++ color 2 | |
++ case "$1" in | |
++ printf %b '\033[0m\033[32m' | |
+ c1='[0m[32m' | |
++ color 1 | |
++ case "$1" in | |
++ printf %b '\033[0m\033[31m' | |
+ c2='[0m[31m' | |
++ color '' | |
++ case "$1" in | |
++ printf %b '\033[38;5;m' | |
+ c3='[38;5;m' | |
++ color '' | |
++ case "$1" in | |
++ printf %b '\033[38;5;m' | |
+ c4='[38;5;m' | |
++ color '' | |
++ case "$1" in | |
++ printf %b '\033[38;5;m' | |
+ c5='[38;5;m' | |
++ color '' | |
++ case "$1" in | |
++ printf %b '\033[38;5;m' | |
+ c6='[38;5;m' | |
+ [[ '' != \o\f\f ]] | |
+ set_text_colors 2 1 | |
+ [[ '' == \d\i\s\t\r\o ]] | |
++ color '' | |
++ case "$1" in | |
++ printf %b '\033[38;5;m' | |
+ title_color='[38;5;m' | |
++ color '' | |
++ case "$1" in | |
++ printf %b '\033[38;5;m' | |
+ at_color='[38;5;m' | |
++ color '' | |
++ case "$1" in | |
++ printf %b '\033[38;5;m' | |
+ underline_color='[38;5;m' | |
++ color '' | |
++ case "$1" in | |
++ printf %b '\033[38;5;m' | |
+ subtitle_color='[38;5;m' | |
++ color '' | |
++ case "$1" in | |
++ printf %b '\033[38;5;m' | |
+ colon_color='[38;5;m' | |
++ color '' | |
++ case "$1" in | |
++ printf %b '\033[38;5;m' | |
+ info_color='[38;5;m' | |
+ [[ '' == \d\i\s\t\r\o ]] | |
++ color '' | |
++ case "$1" in | |
++ printf %b '\033[38;5;m' | |
+ bar_color_elapsed='[38;5;m' | |
+ case "$bar_color_total $1" in | |
++ color '' | |
++ case "$1" in | |
++ printf %b '\033[38;5;m' | |
+ bar_color_total='[38;5;m' | |
+ ascii_file=raspbian | |
+ [[ '' != \d\i\s\t\r\o ]] | |
+ color_text=off | |
+ set_colors | |
++ color '' | |
++ case "$1" in | |
++ printf %b '\033[38;5;m' | |
+ c1='[38;5;m' | |
++ color '' | |
++ case "$1" in | |
++ printf %b '\033[38;5;m' | |
+ c2='[38;5;m' | |
++ color '' | |
++ case "$1" in | |
++ printf %b '\033[38;5;m' | |
+ c3='[38;5;m' | |
++ color '' | |
++ case "$1" in | |
++ printf %b '\033[38;5;m' | |
+ c4='[38;5;m' | |
++ color '' | |
++ case "$1" in | |
++ printf %b '\033[38;5;m' | |
+ c5='[38;5;m' | |
++ color '' | |
++ case "$1" in | |
++ printf %b '\033[38;5;m' | |
+ c6='[38;5;m' | |
+ [[ off != \o\f\f ]] | |
+ [[ screen-256color != \m\i\n\i\x ]] | |
+ trap 'printf "\033[?25h\033[?7h"' EXIT | |
+ printf '\033[?25l\033[?7l' | |
[?25l[?7l+ image_backend | |
+ [[ ! '' =~ ^(off|ascii)$ ]] | |
+ type -p convert | |
+ case "${image_backend:-off}" in | |
+ image_backend=off | |
+ [[ off != \o\f\f ]] | |
+ old_functions | |
+ type printinfo | |
+ get_cache_dir | |
+ case "$os" in | |
+ cache_dir=/tmp | |
+ print_info | |
+ dynamic_prompt | |
+ case "$image_backend" in | |
+ return | |
+ [[ off == *w3m* ]] | |
+ [[ '' == \o\n ]] | |
+ [[ on == \o\n ]] | |
+ printf %b '[0m[31m[!]\033[0m Config: Default config not found, continuing...\n[0m[31m[!]\033[0m Config: Sourced user config. (/home/pi/.config/neofetch/config)\n' | |
[0m[31m[!][0m Config: Default config not found, continuing... | |
[0m[31m[!][0m Config: Sourced user config. (/home/pi/.config/neofetch/config) | |
+ [[ '' == \o\n ]] | |
+ return 0 | |
+ printf '\033[?25h\033[?7h' | |
[?25h[?7h |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment