1
0

super+space for run, disable clipdate

This commit is contained in:
Stephen Byrne
2018-08-27 12:29:37 -04:00
parent 02169165f1
commit e3df36ce8a
2 changed files with 9 additions and 4 deletions

View File

@@ -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)