Skip to content

Example Four Anime Styled

locainin edited this page Apr 13, 2026 · 2 revisions

Example Four (Anime Styled)

Example Four

This example is now shared as a preset bundle instead of a large config and CSS dump.

That keeps the example 1:1 with the screenshot:

  • the config is included
  • the CSS files are included
  • the assets are included
  • the widget scripts are included

Download

Download the preset bundle from this wiki repo:

Import

Import it with:

noticenterctl preset import anime.unixnotis

If the file is somewhere else, pass the full path to it instead.

Inspect First

To see what is inside the bundle before importing:

noticenterctl preset inspect anime.unixnotis

Keep Local Files

If part of the current setup should stay untouched, use --except during import.

Examples:

noticenterctl preset import anime.unixnotis --except base.css
noticenterctl preset import anime.unixnotis --except widgets.css
noticenterctl preset import anime.unixnotis --except assets

Notes

  • Import creates a backup of the current UnixNotis config before overwriting files
  • If the preset contains host-local paths that need cleanup, noticenterctl will warn and handle that during export
  • preset import runs css-check after import so broken theme files are surfaced right away
  • This example is meant to be imported as a bundle, not rebuilt by hand from pasted code blocks

Clone this wiki locally