gpu_temp setting "display_if" (introduced in https://github.com/enkore/i3pystatus/pull/382) default value expected to be string (like in https://github.com/enkore/i3pystatus/pull/383) Error message: ``` GPUTemperature: TypeError: eval() arg 1 must be a string, bytes or code object ```
Adds a "display_if" setting to the gpu_temp module that allows the output to be squelched unless some snippet has been evaluated as true.