summaryrefslogtreecommitdiffstats
path: root/virtual-programs
diff options
context:
space:
mode:
authorOmar Rizwan <omar@omar.website>2024-04-24 06:03:16 +0000
committerOmar Rizwan <omar@omar.website>2024-04-24 06:03:16 +0000
commit291b68bb18f5aa01ef4ef4f08f9af8ebea77c10d (patch)
tree689626e24c96534c9cc359d8e9667fefd7687d0a /virtual-programs
parentmain: Read from root of live USB (diff)
downloadfolk-291b68bb18f5aa01ef4ef4f08f9af8ebea77c10d.tar.gz
folk-291b68bb18f5aa01ef4ef4f08f9af8ebea77c10d.zip
Delete setup. We'll do using a program in folk-live instead
Diffstat (limited to 'virtual-programs')
-rw-r--r--virtual-programs/setup/setup.folk23
1 files changed, 0 insertions, 23 deletions
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
-}