diff --git a/i3pystatus/gpu_temp.py b/i3pystatus/gpu_temp.py index 6c2fb5d..6ec4fdc 100644 --- a/i3pystatus/gpu_temp.py +++ b/i3pystatus/gpu_temp.py @@ -24,7 +24,7 @@ class GPUTemperature(IntervalModule): color = "#FFFFFF" alert_temp = 90 alert_color = "#FF0000" - display_if = True + display_if = 'True' def run(self): temp = gpu.query_nvidia_smi().temp