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

Commit

Permalink
fixing color bug with the shell status line
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeff Hann committed Mar 9, 2014
1 parent 5d5a9fb commit 3e7bb27
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions bin/archey
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,6 @@ else
fi

userText="${textColor}User:${normal}"


hostnameText="${textColor}Hostname:${normal}"
distroText="${textColor}Distro:${normal}"
kernelText="${textColor}Kernel:${normal}"
Expand All @@ -72,7 +70,7 @@ ${GREEN} ### $hostnameText $hostname
${GREEN} ####### ####### $distroText $distro
${YELLOW} ###################### $kernelText $kernel
${YELLOW} ##################### $uptimeText $uptime
${LRED} #################### $shellText $shell
${RED} #################### $shellText $shell
${RED} #################### $terminalText $terminal
${RED} ##################### $packagehandlerText $packagehandler
${PURPLE} ###################### $cpuText $cpu
Expand Down

0 comments on commit 3e7bb27

Please sign in to comment.