diff options
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. |
