Updated scripts

nixos
lanxu 2017-07-15 19:10:24 +03:00
parent d645f74785
commit 8911716201
1 changed files with 1 additions and 2 deletions

View File

@ -2,13 +2,12 @@
local setmetatable = setmetatable
-- }}}
local temp = {};
-- {{{ Date widget type
local function worker(format, warg)
local f = io.popen("getGPUTemp.py")
local f = io.popen("gputemp.py")
temp[0] = "";
for line in f:lines() do