Skip to content

Instantly share code, notes, and snippets.

@CallumHoward
Created August 22, 2017 03:25
Show Gist options
  • Save CallumHoward/518657780eb078fcd083ca2b11f18c24 to your computer and use it in GitHub Desktop.
Save CallumHoward/518657780eb078fcd083ca2b11f18c24 to your computer and use it in GitHub Desktop.
+ 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=''
++ color 1
++ case "$1" in
++ printf %b '\033[0m\033[31m'
+ c2=''
++ color ''
++ case "$1" in
++ printf %b '\033[38;5;m'
+ c3=''
++ color ''
++ case "$1" in
++ printf %b '\033[38;5;m'
+ c4=''
++ color ''
++ case "$1" in
++ printf %b '\033[38;5;m'
+ c5=''
++ color ''
++ case "$1" in
++ printf %b '\033[38;5;m'
+ c6=''
+ [[ '' != \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=''
++ color ''
++ case "$1" in
++ printf %b '\033[38;5;m'
+ at_color=''
++ color ''
++ case "$1" in
++ printf %b '\033[38;5;m'
+ underline_color=''
++ color ''
++ case "$1" in
++ printf %b '\033[38;5;m'
+ subtitle_color=''
++ color ''
++ case "$1" in
++ printf %b '\033[38;5;m'
+ colon_color=''
++ color ''
++ case "$1" in
++ printf %b '\033[38;5;m'
+ info_color=''
+ [[ '' == \d\i\s\t\r\o ]]
++ color ''
++ case "$1" in
++ printf %b '\033[38;5;m'
+ bar_color_elapsed=''
+ case "$bar_color_total $1" in
++ color ''
++ case "$1" in
++ printf %b '\033[38;5;m'
+ bar_color_total=''
+ 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=''
++ color ''
++ case "$1" in
++ printf %b '\033[38;5;m'
+ c2=''
++ color ''
++ case "$1" in
++ printf %b '\033[38;5;m'
+ c3=''
++ color ''
++ case "$1" in
++ printf %b '\033[38;5;m'
+ c4=''
++ color ''
++ case "$1" in
++ printf %b '\033[38;5;m'
+ c5=''
++ color ''
++ case "$1" in
++ printf %b '\033[38;5;m'
+ c6=''
+ [[ 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 '[!]\033[0m Config: Default config not found, continuing...\n[!]\033[0m Config: Sourced user config. (/home/pi/.config/neofetch/config)\n'
[!] Config: Default config not found, continuing...
[!] 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