uebersicht-github-activity/index.js

16 lines
343 B
JavaScript
Raw Permalink Normal View History

command: `./GithubActivity/run.sh`,
2017-02-11 00:23:33 +00:00
refreshFrequency: 3600000,
style: "\
#github-activity {\
position: absolute;\
left: 50%;\
bottom: 20px;\
transform: translateX(-50%);\
2017-02-11 00:23:33 +00:00
}",
render: () => {
return "<style>#GithubActivity-index-js { width: 100%; height: 100%; }</style>";
2017-02-11 00:23:33 +00:00
},
update: (output, domEl) => {
domEl.innerHTML += output;
}