diff --git a/neofetch b/neofetch index ec63adb6..b60a978a 100755 --- a/neofetch +++ b/neofetch @@ -881,7 +881,9 @@ get_cpu() { # Remove uneeded patterns from cpu output cpu="${cpu//(TM)}" + cpu="${cpu//(tm)}" cpu="${cpu//(R)}" + cpu="${cpu//(r)}" cpu="${cpu//CPU}" cpu="${cpu//Processor}" cpu="${cpu//Dual-Core}"