Skip to content
This repository was archived by the owner on Feb 14, 2020. It is now read-only.

Commit 3e7bb27

Browse files
author
Jeff Hann
committed
fixing color bug with the shell status line
1 parent 5d5a9fb commit 3e7bb27

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

bin/archey

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,6 @@ else
5151
fi
5252

5353
userText="${textColor}User:${normal}"
54-
55-
5654
hostnameText="${textColor}Hostname:${normal}"
5755
distroText="${textColor}Distro:${normal}"
5856
kernelText="${textColor}Kernel:${normal}"
@@ -72,7 +70,7 @@ ${GREEN} ### $hostnameText $hostname
7270
${GREEN} ####### ####### $distroText $distro
7371
${YELLOW} ###################### $kernelText $kernel
7472
${YELLOW} ##################### $uptimeText $uptime
75-
${LRED} #################### $shellText $shell
73+
${RED} #################### $shellText $shell
7674
${RED} #################### $terminalText $terminal
7775
${RED} ##################### $packagehandlerText $packagehandler
7876
${PURPLE} ###################### $cpuText $cpu

0 commit comments

Comments
 (0)