super+space for run, disable clipdate
This commit is contained in:
@@ -44,10 +44,13 @@ function clipdate_widget:init(args)
|
||||
end
|
||||
|
||||
function run(cmd)
|
||||
--[[
|
||||
local f = io.popen(cmd,'r')
|
||||
local s = f:read('*a')
|
||||
f:close()
|
||||
return s
|
||||
]]--
|
||||
return ""
|
||||
end
|
||||
|
||||
function getDate(cmd)
|
||||
|
||||
Reference in New Issue
Block a user