Remove dual-core and quad-core from cpu output
This commit is contained in:
parent
188c1b1dbb
commit
51ca0128a1
1 changed files with 2 additions and 0 deletions
2
neofetch
2
neofetch
|
@ -1016,6 +1016,8 @@ getcpu () {
|
|||
cpu=${cpu//Processor}
|
||||
cpu=${cpu//Six-Core}
|
||||
cpu=${cpu//Eight-Core}
|
||||
cpu=${cpu/Dual-Core}
|
||||
cpu=${cpu/Quad-Core}
|
||||
cpu=${cpu//with Radeon HD Graphics}
|
||||
|
||||
# Add cpu cores to output
|
||||
|
|
Loading…
Reference in a new issue