diff options
| author | Omar Rizwan <omar@omar.website> | 2024-04-10 23:32:58 +0000 |
|---|---|---|
| committer | Omar Rizwan <omar@omar.website> | 2024-04-10 23:33:05 +0000 |
| commit | aa537825ccb2804fd725952a5ebd91bab76bece8 (patch) | |
| tree | 35b36825d7435661630bd5bd7795a3710565b523 /virtual-programs | |
| parent | setup: Fix terminal (diff) | |
| download | folk-aa537825ccb2804fd725952a5ebd91bab76bece8.tar.gz folk-aa537825ccb2804fd725952a5ebd91bab76bece8.zip | |
setup: Limit to only run on folk-live for now
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" |
