diff options
| author | Alec Goncharow <alec.goncharow@gmail.com> | 2018-10-07 13:54:13 -0400 |
|---|---|---|
| committer | Alec Goncharow <alec.goncharow@gmail.com> | 2018-10-07 13:54:13 -0400 |
| commit | 2825fe0b91dc8f8abb318c83b85f893c35852e69 (patch) | |
| tree | 43cf9cb085692efb7038a7f728263276cae6e0d4 /.config/neofetch/config.conf | |
| parent | dc3939e1d6ade0b378837e4f6b427273d4a5c227 (diff) | |
saving desktop config for reinstall
Diffstat (limited to '.config/neofetch/config.conf')
| -rw-r--r-- | .config/neofetch/config.conf | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/.config/neofetch/config.conf b/.config/neofetch/config.conf index 715d9b9..10430cc 100644 --- a/.config/neofetch/config.conf +++ b/.config/neofetch/config.conf @@ -34,8 +34,8 @@ print_info() { # info "Users" users # info "Locale" locale # This only works on glibc systems. - #info line_break - #info cols + info line_break + info cols #info line_break } @@ -451,7 +451,7 @@ mpc_args=() # Example: # colors=(distro) - Text is colored based on Distro colors. # colors=(4 6 1 8 8 6) - Text is colored in the order above. -colors=(12 7 7 12 12 7) +colors=(4 7 7 4 4 7) # Text Options @@ -635,7 +635,7 @@ ascii_distro="auto" # Example: # ascii_colors=(distro) - Ascii is colored based on Distro colors. # ascii_colors=(4 6 1 8 8 6) - Ascii is colored using these colors. -ascii_colors=(12 12 1 8 8 12) +ascii_colors=(4 12 1 8 8 12) # Bold ascii logo # Whether or not to bold the ascii logo. |
