Skip to content

Instantly share code, notes, and snippets.

@seanirby
Created June 22, 2020 13:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save seanirby/a8665290a16fa8f663a0978344847d24 to your computer and use it in GitHub Desktop.
Save seanirby/a8665290a16fa8f663a0978344847d24 to your computer and use it in GitHub Desktop.
# This section defines a machine variable called 'display_text'
machine_vars:
display_text:
initial_value: '!!!!!!!!!!!!!!!!'
value_type: str
persist: False
widgets:
display_text:
- type: text
# This ties the text of our widget to the machine variable above
text: (machine|display_text)
color: orange
style: segment_common
z: 2
unlit_segments:
- type: text
text: "~~~~~~~~~~~~~~~~"
color: 131313
style: segment_common
z: 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment