Skip to content

Commit

Permalink
setup: Limit to only run on folk-live for now
Browse files Browse the repository at this point in the history
  • Loading branch information
osnr committed Apr 10, 2024
1 parent 480f46f commit aa53782
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions virtual-programs/setup/setup.folk
Original file line number Diff line number Diff line change
@@ -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"
Expand Down

0 comments on commit aa53782

Please sign in to comment.