CPU: Remove more unneeded outputs
This commit is contained in:
parent
10857ff92d
commit
9496c542eb
1 changed files with 2 additions and 0 deletions
2
neofetch
2
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}"
|
||||
|
|
Loading…
Reference in a new issue