gotop icon indicating copy to clipboard operation
gotop copied to clipboard

Add degree symbol to temperature values

Open fleaz opened this issue 4 years ago • 0 comments

Hey,

the correct unit symbols for temperatures are "°C" and "°F" so I added the degree symbol to the format string in temp.go. Using the official unicode characters (U+2103 and U+2109) will probably have compatibility issues in some terminals so I opted for their canonical decomposition.

Best, Felix

fleaz avatar Nov 01 '19 22:11 fleaz