Skip to content

04 Configuration

Daniel Dunn edited this page Dec 30, 2024 · 1 revision

Intro

These tutorials assume you've already installed Kaithem. Note that in versions before 0.85, Groups were known as Scenes.

Theming

Kaithem uses Barrel.css, making it fairly easy to create new themes. Several are included, including an implementation of the popular Nord Theme

Change the root page

You can set the main page to redirect to any URL. You can always access the normal page at /index. Go to tools>global settings to find this option.

Get notifications on your phone

Kaithem can send notifications to any target supported by Apprise.

In version 0.86.0 and before: Go to tools>global settings to find this option.

Check out ntfy.sh for a very flexible and easy to use notifications platform, no registration needed!

You can also set the target to "dbus://" to get notifications on the Linux desktop.

0.89.0

Configuring apprise in 0.89.0

We want to move away from global config options. The new way to do this in the upcoming version is to create a module, then create a "Config" resource, with a key core/apprise_target.

Set the value to dbus:// for local desktop notifications, or ntfy://your-secret-channel to use ntfy.sh.

Clone this wiki locally