diff options
Diffstat (limited to 'config/neofetch')
-rw-r--r-- | config/neofetch/config.conf | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/config/neofetch/config.conf b/config/neofetch/config.conf index 0d770c2..a77a956 100644 --- a/config/neofetch/config.conf +++ b/config/neofetch/config.conf @@ -694,7 +694,7 @@ disk_display="off" # Values: 'ascii', 'caca', 'chafa', 'jlp2a', 'iterm2', 'off', # 'pot', 'termpix', 'pixterm', 'tycat', 'w3m', 'kitty' # Flag: --backend -image_backend="ascii" +#image_backend="ascii" # Image Source # @@ -708,7 +708,7 @@ image_backend="ascii" # NOTE: 'auto' will pick the best image source for whatever image backend is used. # In ascii mode, distro ascii art will be used and in an image mode, your # wallpaper will be used. -image_source="auto" +#image_source="auto" # Ascii Options @@ -760,7 +760,7 @@ image_source="auto" # Slackware, SunOS, LinuxLite, OpenSUSE, Raspbian, # postmarketOS, and Void have a smaller logo variant. # Use '{distro name}_small' to use the small variants. -ascii_distro="arch" +#ascii_distro="arch" # Ascii Colors # @@ -771,7 +771,7 @@ ascii_distro="arch" # 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=(distro) +#ascii_colors=(distro) # Bold ascii logo # Whether or not to bold the ascii logo. @@ -779,7 +779,7 @@ ascii_colors=(distro) # Default: 'on' # Values: 'on', 'off' # Flag: --ascii_bold -ascii_bold="on" +#ascii_bold="on" # Image Options |