From 131777343c328d01ea80f880e35f25049ff791c9 Mon Sep 17 00:00:00 2001 From: prompt.ac/@jeffrey Date: Thu, 06 Aug 2026 06:31:17 +0000 Subject: [PATCH] build: refresh default disk worker --- system/public/aesthetic.computer/lib/disk-worker-manifest.json | 4 ++-- system/public/aesthetic.computer/lib/disk.worker.6e14aa1aee71.mjs | 4 ++-- 2 file(s) changed, 4 insertion(s)(+), 4 deletion(s)(-) diff --git a/system/public/aesthetic.computer/lib/disk-worker-manifest.json b/system/public/aesthetic.computer/lib/disk-worker-manifest.json --- a/system/public/aesthetic.computer/lib/disk-worker-manifest.json +++ b/system/public/aesthetic.computer/lib/disk-worker-manifest.json @@ -1,5 +1,5 @@ { - "filename": "disk.worker.aaeb46181f43.mjs", - "sha256": "aaeb46181f43907ba7b3997a44567782da7a116f68ec89b2b45417d2ab85f7cc", + "filename": "disk.worker.6e14aa1aee71.mjs", + "sha256": "6e14aa1aee717741aec199a170ec47153fc5126c84c69b6e383fe010b5840ec4", "bytes": 1652555 } diff --git a/system/public/aesthetic.computer/lib/disk.worker.aaeb46181f43.mjs b/system/public/aesthetic.computer/lib/disk.worker.6e14aa1aee71.mjs rename from system/public/aesthetic.computer/lib/disk.worker.aaeb46181f43.mjs rename to system/public/aesthetic.computer/lib/disk.worker.6e14aa1aee71.mjs --- a/system/public/aesthetic.computer/lib/disk.worker.aaeb46181f43.mjs +++ b/system/public/aesthetic.computer/lib/disk.worker.6e14aa1aee71.mjs @@ -45649,14 +45649,14 @@ ); if (currentHUDSuperscript === ".com") { const dotWidth = cachedAPI.text.width(".", "MatrixChunky8"); $.ink("black"); - $.write(".", { x: superscriptX, y: superscriptY + 1 }, void 0, void 0, false, "MatrixChunky8"); + $.write(".", { x: superscriptX, y: superscriptY }, void 0, void 0, false, "MatrixChunky8"); $.write("com", { x: superscriptX + dotWidth + 1, y: superscriptY + 1 }, void 0, void 0, false, "MatrixChunky8"); if (socket?.connected) { $.ink(0, 255, 100); } else { $.ink(255, 100, 100); } - $.write(".", { x: superscriptX - 1, y: superscriptY }, void 0, void 0, false, "MatrixChunky8"); + $.write(".", { x: superscriptX - 1, y: superscriptY - 1 }, void 0, void 0, false, "MatrixChunky8"); $.ink(0, 220, 255); $.write("com", { x: superscriptX + dotWidth, y: superscriptY }, void 0, void 0, false, "MatrixChunky8"); } else { -- tangled.sh