[jira] remove screenshot prep step

This commit is contained in:
streetturtle 2020-02-23 21:29:37 -05:00
parent daf3e4b41d
commit e482f5b710
1 changed files with 1 additions and 2 deletions

View File

@ -180,8 +180,7 @@ local function worker(args)
-- text = string.format(GET_ISSUES_CMD, host, query:gsub(" ", "+")),
-- run = function() spawn.with_shell("echo '" .. string.format(GET_ISSUES_CMD, host, query:gsub(" ", "+")) .. "' | xclip -selection clipboard") end
--}
local screenshot = 'cat /home/pmakhov/.IntelliJIdea2019.3/config/scratches/scratch_3.json'
watch(string.format(screenshot, host, query:gsub(' ', '+')),
watch(string.format(GET_ISSUES_CMD, host, query:gsub(' ', '+')),
10, update_widget, jira_widget)
return jira_widget
end