On Sat, Nov 25, 2017 at 11:47:25AM +0100, Klemens Nanni wrote: > On Fri, Nov 24, 2017 at 02:16:16PM -0600, Edgar Pettijohn wrote: > > I'm curious if someone has a better way to display the temp with conky than > > this: > > > > Temp:${exec sysctl hw.sensors.acpithinkpad0.temp0 | cut -d = -f 2 | cut -d > > . -f 1}C > Afaik sysctl is the only way to get such temperatures, but you should > use `-n' instead of stripping the MIB name. >
Yes that is more better.