-
Notifications
You must be signed in to change notification settings - Fork 1
Example Four Anime Styled
locainin edited this page May 31, 2026
·
3 revisions

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 the preset bundle from this wiki repo:
Import it with:
noticenterctl preset import anime.unixnotis --allow-execIf the file is somewhere else, pass the full path to it instead.
To see what is inside the bundle before importing:
noticenterctl preset inspect anime.unixnotisIf part of the current setup should stay untouched, use --except during import.
Examples:
noticenterctl preset import anime.unixnotis --allow-exec --except base.css
noticenterctl preset import anime.unixnotis --allow-exec --except widgets.css
noticenterctl preset import anime.unixnotis --allow-exec --except assets- Import creates a backup of the current UnixNotis config before overwriting files
- If the preset contains host-local paths that need cleanup,
noticenterctlwill warn and handle that during export -
preset importrunscss-checkafter import so broken theme files are surfaced right away - This preset includes bundled scripts, so use
--allow-execonly after inspecting the bundle - This example is meant to be imported as a bundle, not rebuilt by hand from pasted code blocks