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.
- spectrwm with conky Edgar Pettijohn
- Re: spectrwm with conky Klemens Nanni
- Re: spectrwm with conky Edgar Pettijohn