Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save borndangerous/db3c2165ab1e654daba0 to your computer and use it in GitHub Desktop.
Save borndangerous/db3c2165ab1e654daba0 to your computer and use it in GitHub Desktop.
Pure js widget for Übersicht
command: "echo Hello World!",
refreshFrequency: 5000,
render: function (output) {
return "<div><h1>" + output + "</h1></div>";
},
style: " \n\
top: 20px \n\
left: 20px \n\
\n\
h1 \n\
color: #fff \n\
"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment