Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions src/content/hacks/octocanvas-wallpaper.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,10 @@ Octocanvas can export a 320×240 "Badge" wallpaper. Shrink that PNG to 160×120,
2. **Downscale for the Gallery app (160×120)**
- Open the downloaded PNG in your image editor.
- Resize or export a copy at **160×120 px** named `octocanvas-gallery.png`.
3. **Create the thumbnail (60×45)**
- Duplicate the 160×120 image, resize it to **60×45 px**, and save it as `octocanvas-gallery-thumb.png`.
- Compress the image to less than 10k if necessary.
3. **Create the thumbnail (30×23)**
- Duplicate the 160×120 image, resize it to **30×23 px**, and save it as `octocanvas-gallery-thumb.png`.
Comment on lines +34 to +35
- Compress the image to less than 10k if necessary.
Comment on lines +33 to +36
4. **Copy into the Gallery app with Finder or File Explorer**
- Drag `octocanvas-gallery.png` into `badger volume/apps/gallery/images/`.
- Drag the thumbnail into `badger volume/apps/gallery/thumbnails/` and rename it to `octocanvas-gallery.png` so the filenames match.
Expand Down