This commit is contained in:
RealStickman 2020-05-06 18:18:36 +00:00
parent 6322feb01f
commit 7109b2b33d

View File

@ -449,7 +449,8 @@ mpc_args=()
# Example: # Example:
# colors=(distro) - Text is colored based on Distro colors. # 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 6 1 8 8 6) - Text is colored in the order above.
colors=(distro) #colors=(distro)
colors=(55 55 55 55 5 5)
# Text Options # Text Options
@ -683,7 +684,12 @@ ascii_distro="auto"
# Example: # Example:
# ascii_colors=(distro) - Ascii is colored based on Distro colors. # 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 6 1 8 8 6) - Ascii is colored using these colors.
ascii_colors=(distro) #ascii_colors=(distro)
ascii_colors=(55 53 55 53 55 53)
#5=pink
#55=purple
#53=purple/red
#57=purple/blue
# Bold ascii logo # Bold ascii logo
# Whether or not to bold the ascii logo. # Whether or not to bold the ascii logo.