Skip to content

Instantly share code, notes, and snippets.

@felixhageloh
Created July 11, 2014 09:12
Show Gist options
  • Star 3 You must be signed in to star a gist
  • Fork 2 You must be signed in to fork a gist
  • Save felixhageloh/34645a899a0f22f583bb to your computer and use it in GitHub Desktop.
Save felixhageloh/34645a899a0f22f583bb 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