X-Git-Url: https://git.madduck.net/etc/awesome.git/blobdiff_plain/b371de56f8bf19f982a4f6887f2110444b590f74..3afe2d54690edf4474a80fa212d9b3819dc716ce:/widgets/temp.lua diff --git a/widgets/temp.lua b/widgets/temp.lua index 5994f59..1e93848 100644 --- a/widgets/temp.lua +++ b/widgets/temp.lua @@ -21,7 +21,7 @@ local temp = {} local function worker(args) local args = args or {} - local timeout = args.timeout or 5 + local timeout = args.timeout or 2 local tempfile = args.tempfile or "/sys/class/thermal/thermal_zone0/temp" local settings = args.settings or function() end