mirror of
https://github.com/dylanaraps/neofetch.git
synced 2025-12-16 00:47:13 +00:00
Misc: Fix bold=off not working
This commit is contained in:
4
neofetch
4
neofetch
@@ -2640,10 +2640,10 @@ setcolors() {
|
||||
c6="$(color "$6")${ascii_bold}"
|
||||
|
||||
if [ "${colors[0]}" == "distro" ]; then
|
||||
title_color="$c1"
|
||||
title_color="$(color "$1")"
|
||||
at_color="$reset"
|
||||
underline_color="$reset"
|
||||
subtitle_color="$c2"
|
||||
subtitle_color="$(color "$2")"
|
||||
colon_color="$reset"
|
||||
info_color="$reset"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user