From 291b68bb18f5aa01ef4ef4f08f9af8ebea77c10d Mon Sep 17 00:00:00 2001 From: Omar Rizwan Date: Wed, 24 Apr 2024 02:03:16 -0400 Subject: [PATCH] Delete setup. We'll do using a program in folk-live instead --- virtual-programs/setup/setup.folk | 23 ----------------------- 1 file changed, 23 deletions(-) delete mode 100644 virtual-programs/setup/setup.folk diff --git a/virtual-programs/setup/setup.folk b/virtual-programs/setup/setup.folk deleted file mode 100644 index f53cc06a..00000000 --- a/virtual-programs/setup/setup.folk +++ /dev/null @@ -1,23 +0,0 @@ -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" - - # TODO: a terminal - set terminalWidth [/ $displayWidth 2.0] - set terminalHeight [/ $displayHeight 2.0] - set terminalRegion [region fromRect \ - [/ $displayWidth 5.0] [/ $displayHeight 5.0] \ - $terminalWidth $terminalHeight] - Wish $this is a terminal - Claim $this has terminal region $terminalRegion - Claim $this has keyboard input - - # TODO: internet status - # TODO: document how to set up wifi - - # TODO: git status - - # TODO: calibrate instructions -}