-
Notifications
You must be signed in to change notification settings - Fork 7
04 Configuration
These tutorials assume you've already installed Kaithem. Note that in versions before 0.85, Groups were known as Scenes.

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


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.

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.

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.