add wallpaper and mesh routing support

This commit is contained in:
2025-10-22 14:03:07 -07:00
parent 3f578d332f
commit 734587569a
4 changed files with 136 additions and 3 deletions

View File

@@ -1,7 +1,7 @@
local window = require("libs.window")
local threading = require("libs.threading")
local x, y = term.getSize()
local win = window.create("Shell", x / 3, y / 1.4, x / 2 - ((x / 3) / 2), y / 2 - ((y / 1.5) / 2))
local win = window.create("Launcher", x / 3, y / 1.4, x / 2 - ((x / 3) / 2), y / 2 - ((y / 1.5) / 2))
win.decorations = false
win.alwaysOnTop = true
local apps = {}