Skip to content

Example Three Kernel Desk

locainin edited this page May 31, 2026 · 5 revisions

Example Three (Kernel Desk)

Example Three

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

That keeps the example 1:1 with the screenshot:

  • the config is included
  • the CSS files are included
  • installer backup settings are included
  • the widget scripts are included

Download

Download the preset bundle from this wiki repo:

Import

Import it with:

noticenterctl preset import kernel-desk.unixnotis --allow-exec

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 kernel-desk.unixnotis

Use inspect first because this preset includes bundled scripts and command-backed stats/cards. --allow-exec should only be used after the bundle contents are trusted.

Keep Local Files

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

Examples:

noticenterctl preset import kernel-desk.unixnotis --allow-exec --except base.css
noticenterctl preset import kernel-desk.unixnotis --allow-exec --except widgets.css
noticenterctl preset import kernel-desk.unixnotis --allow-exec --except scripts

Notes

  • Import creates a backup of the current UnixNotis config before overwriting files
  • preset import runs css-check after import so broken theme files are surfaced right away
  • The bundled scripts were checked with shellcheck
  • This preset was validated with noticenterctl css-check before publishing
  • This example is meant to be imported as a bundle, not rebuilt by hand from pasted code blocks

Clone this wiki locally