command: `./GithubActivity/run.sh`, refreshFrequency: 3600000, style: "\ #github-activity {\ position: absolute;\ left: 50%;\ bottom: 20px;\ transform: translateX(-50%);\ }", render: () => { return ""; }, update: (output, domEl) => { domEl.innerHTML += output; }