Monorepo for Aesthetic.Computer aesthetic.computer
4
fork

Configure Feed

Select the types of activity you want to include in your feed.

blank: screen on correct face (toward keyboard)

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>

+1
+1
system/public/aesthetic.computer/disks/blank.mjs
··· 351 351 352 352 // Bezel corners (slightly larger than screen) 353 353 const bezelY = lidMid + lidThick / 2 + 0.001; 354 + // Screen faces toward base (positive y direction from lid) 354 355 const bezelTL = [-hw + bezelInset, bezelY, 2 * hd - bezelInset]; 355 356 const bezelTR = [hw - bezelInset, bezelY, 2 * hd - bezelInset]; 356 357 const bezelBL = [-hw + bezelInset, bezelY, hingeInset - 0.07];