CPU: Remove more unneeded outputs
This commit is contained in:
parent
10857ff92d
commit
9496c542eb
2
neofetch
2
neofetch
|
@ -881,7 +881,9 @@ get_cpu() {
|
||||||
|
|
||||||
# Remove uneeded patterns from cpu output
|
# Remove uneeded patterns from cpu output
|
||||||
cpu="${cpu//(TM)}"
|
cpu="${cpu//(TM)}"
|
||||||
|
cpu="${cpu//(tm)}"
|
||||||
cpu="${cpu//(R)}"
|
cpu="${cpu//(R)}"
|
||||||
|
cpu="${cpu//(r)}"
|
||||||
cpu="${cpu//CPU}"
|
cpu="${cpu//CPU}"
|
||||||
cpu="${cpu//Processor}"
|
cpu="${cpu//Processor}"
|
||||||
cpu="${cpu//Dual-Core}"
|
cpu="${cpu//Dual-Core}"
|
||||||
|
|
Reference in New Issue