Updated scripts
This commit is contained in:
parent
d645f74785
commit
8911716201
|
@ -2,13 +2,12 @@
|
||||||
local setmetatable = setmetatable
|
local setmetatable = setmetatable
|
||||||
-- }}}
|
-- }}}
|
||||||
|
|
||||||
|
|
||||||
local temp = {};
|
local temp = {};
|
||||||
|
|
||||||
-- {{{ Date widget type
|
-- {{{ Date widget type
|
||||||
local function worker(format, warg)
|
local function worker(format, warg)
|
||||||
|
|
||||||
local f = io.popen("getGPUTemp.py")
|
local f = io.popen("gputemp.py")
|
||||||
|
|
||||||
temp[0] = "";
|
temp[0] = "";
|
||||||
for line in f:lines() do
|
for line in f:lines() do
|
||||||
|
|
Loading…
Reference in New Issue
Block a user