From 0c5869da38bdc6e8d290657a3fb5ea8afa2484f6 Mon Sep 17 00:00:00 2001 From: Dylan Date: Sun, 27 Mar 2016 11:52:24 +1100 Subject: [PATCH] Fix weird whitespace issues with cores --- neofetch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/neofetch b/neofetch index 786d5bcc..8c8072cc 100755 --- a/neofetch +++ b/neofetch @@ -903,7 +903,7 @@ getcpu () { # Add cpu cores to output [ "$cpu_cores" == "on" ] && [ ! -z "$cores" ] && \ - cpu=${cpu/@/\(${cores}\) @} + cpu=${cpu/ @/ \(${cores}\) @} # Make the output of cpu shorter case "$cpu_shorthand" in