Decision: where do theme wallpapers live? #72

Closed
opened 2026-08-22 21:33:45 +01:00 by joshquinlan · 2 comments
Owner

The converted themes carry 105 wallpapers (242 MiB, largest 24 MB) plus previews. Committing them into the core repo puts 246 MB into history for good. Options:

  1. Wallpapers stay in the existing donbox-walls repo (it already holds these files); the core ships only backgrounds/SOURCES.json per theme, and donbox install / donbox theme sync fetches them at a pinned ref into ~/.local/share/donbox/backgrounds/<slug>/. Small core, one more fetch on install. Recommended.
  2. Git LFS on the forge for themes/*/backgrounds/**: files stay in the tree, history stays small, but LFS must be enabled on Forgejo and every clone needs git lfs.
  3. Commit them as they are into the core repo.

Previews (3 MB) stay in the core in every option.

The converted themes carry 105 wallpapers (242 MiB, largest 24 MB) plus previews. Committing them into the core repo puts 246 MB into history for good. Options: 1. **Wallpapers stay in the existing `donbox-walls` repo** (it already holds these files); the core ships only `backgrounds/SOURCES.json` per theme, and `donbox install` / `donbox theme sync` fetches them at a pinned ref into `~/.local/share/donbox/backgrounds/<slug>/`. Small core, one more fetch on install. *Recommended.* 2. **Git LFS on the forge** for `themes/*/backgrounds/**`: files stay in the tree, history stays small, but LFS must be enabled on Forgejo and every clone needs `git lfs`. 3. **Commit them as they are** into the core repo. Previews (3 MB) stay in the core in every option.
Author
Owner

commit them into the folder for the theme in the themes repo. also, i think we can add a lot more wallpaper options per theme, getting them from omarchy and repos that contain wallpaper options for popular themes

commit them into the folder for the theme in the themes repo. also, i think we can add a lot more wallpaper options per theme, getting them from omarchy and repos that contain wallpaper options for popular themes
Author
Owner

Decided (confirmed in chat): all 17 themes with their wallpapers live in the donbox-themes repo, one directory per theme at the repo root; the core ships no themes and donbox install clones donbox-themes at a pinned ref into ~/.local/share/donbox/themes. More wallpapers per theme to be gathered from Omarchy and theme-wallpaper repos (#74).

Decided (confirmed in chat): all 17 themes with their wallpapers live in the donbox-themes repo, one directory per theme at the repo root; the core ships no themes and donbox install clones donbox-themes at a pinned ref into ~/.local/share/donbox/themes. More wallpapers per theme to be gathered from Omarchy and theme-wallpaper repos (#74).
Sign in to join this conversation.
No description provided.