format = '%d %a %H:%M'
command: "date +\"#{format}\""
# the refresh frequency in milliseconds
refreshFrequency: 30000
render: (output) -> """
#{output}
"""
style: """
color: #eee
font-family: Helvetica Neue
left: 10px
bottom: 50px
h1
font-size: 5em
font-weight: 100
margin: 0
padding: 0
"""