Skip to content

Commit

Permalink
fastfetch: cpu module split physical / logical
Browse files Browse the repository at this point in the history
Signed-off-by: clux <[email protected]>
  • Loading branch information
clux committed Jul 15, 2024
1 parent c8e31d6 commit d3658e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/fastfetch/hw.jsonc
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"type": "cpu",
"key": "󰻠",
// NB: mac does not have freq-base
"format": "{name} ({cores-online}/{cores-logical}) @ {freq-max} GHz ({temperature})",
"format": "{name} ({cores-physical}/{cores-logical}) @ {freq-max} GHz ({temperature})",
"keyColor": "yellow",
"temp": true
},
Expand Down

0 comments on commit d3658e6

Please sign in to comment.