Skip to content

Instantly share code, notes, and snippets.

@hawkrives
Forked from felixhageloh/gist:34645a899a0f22f583bb
Last active October 14, 2024 14:38
Show Gist options
  • Save hawkrives/859a5bb1c68c9dda6fa5 to your computer and use it in GitHub Desktop.
Save hawkrives/859a5bb1c68c9dda6fa5 to your computer and use it in GitHub Desktop.
command: "echo Hello World!",
refreshFrequency: 5000,
render: function (output) {
return "<div><h1>" + output + "</h1></div>";
},
style: [
"top: 20px",
"left: 20px",
"h1",
" color: #fff",
].join('\n'),
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment