X-Git-Url: https://git.madduck.net/etc/awesome.git/blobdiff_plain/ee84995734048a20e920badafb305c15556c3e6c..33c0e0c2360a04fcc6f51bccb0ad2a7a9e9c07b3:/widget/temp.lua diff --git a/widget/temp.lua b/widget/temp.lua index 2b97a4e..e909b32 100644 --- a/widget/temp.lua +++ b/widget/temp.lua @@ -20,7 +20,7 @@ local function factory(args) local settings = args.settings or function() end function temp.update() - helpers.async({"find", "/sys/devices/virtual/thermal", "-type", "f", "-name", "*temp*"}, function(f) + helpers.async({"find", "/sys/devices", "-type", "f", "-name", "*temp*"}, function(f) temp_now = {} local temp_fl, temp_value for t in f:gmatch("[^\n]+") do