Created
June 22, 2020 13:28
-
-
Save seanirby/9f39e350fe9397119bd8a2d07dcb87b6 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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