diff options
Diffstat (limited to 'virtual-programs')
| -rw-r--r-- | virtual-programs/setup/setup.folk | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/virtual-programs/setup/setup.folk b/virtual-programs/setup/setup.folk index 8071471a..f53cc06a 100644 --- a/virtual-programs/setup/setup.folk +++ b/virtual-programs/setup/setup.folk @@ -1,3 +1,5 @@ +if {[exec hostname] ne "folk-live"} { return } + When the display /disp/ has width /displayWidth/ height /displayHeight/ { set cx [/ $displayWidth 2.0]; set cy [/ $displayHeight 2.0] Wish to draw text with x $cx y [/ $cy 2.0] text "Welcome to Folk" |
