feat: remove color blocks from welcome.sh neofetch

master
TBS093A 2023-04-09 22:20:27 +02:00
parent 1848b90fa5
commit f832b1904c
1 changed files with 1 additions and 0 deletions

View File

@ -35,6 +35,7 @@ neofetch=`neofetch \
--cpu_speed on \ --cpu_speed on \
--cpu_temp C \ --cpu_temp C \
--colors $TITLE_COLOR $AT_COLOR $UNDERLINE_COLOR $SUBTITLE_COLOR $COLON_COLOR $INFO_COLOR \ --colors $TITLE_COLOR $AT_COLOR $UNDERLINE_COLOR $SUBTITLE_COLOR $COLON_COLOR $INFO_COLOR \
--color_blocks off \
--ascii_colors $OS_COLOR \ --ascii_colors $OS_COLOR \
# --ascii_distro macos # debug # --ascii_distro macos # debug
` `