diff options
| author | Alec Goncharow <Alec.Goncharow@gmail.com> | 2018-08-04 17:51:10 -0400 |
|---|---|---|
| committer | Alec Goncharow <Alec.Goncharow@gmail.com> | 2018-08-04 17:51:10 -0400 |
| commit | 9dd53a5f3c4c2a4d91950596380a57e6f11cf2da (patch) | |
| tree | d9994f00ff262ce2e0f1c0534fb94c97e53c045e /.config | |
| parent | 55d31a410a097401a51f78bd65d9dc3c9265037b (diff) | |
added rust config stuff
Diffstat (limited to '.config')
| -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 10430cc..715d9b9 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=(4 7 7 4 4 7) +colors=(12 7 7 12 12 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=(4 12 1 8 8 12) +ascii_colors=(12 12 1 8 8 12) # Bold ascii logo # Whether or not to bold the ascii logo. |
