aboutsummaryrefslogtreecommitdiff
path: root/widgets/thermal.lua
diff options
context:
space:
mode:
Diffstat (limited to 'widgets/thermal.lua')
-rw-r--r--widgets/thermal.lua2
1 files changed, 2 insertions, 0 deletions
diff --git a/widgets/thermal.lua b/widgets/thermal.lua
index 9768c57..6ba8c69 100644
--- a/widgets/thermal.lua
+++ b/widgets/thermal.lua
@@ -18,6 +18,8 @@ module("vicious.widgets.thermal")
-- {{{ Thermal widget type
local function worker(format, warg)
+ if not warg then return end
+
local zone = { -- Known temperature data sources
["sys"] = {"/sys/class/thermal/", file = "temp", div = 1000},
["core"] = {"/sys/devices/platform/", file = "temp1_input",div = 1000},