/feedbackd-device-themes

R/O mirror of https://source.puri.sm/Librem5/feedbackd-device-themes

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

Device specific feedback themes for Feedbackd

feedbackd provides a DBus daemon (feedbackd) to act on events to provide haptic, visual and audio feedback. This repository contains the device specific feedback theme files.

License

Themes are licensed under the GPLv3+.

Getting the source

git clone https://gitlab.freedesktop.org/agx/feedbackd-device-themes
cd feedbackd-device-themes

The main branch has the current development version.

Building

This validates the contained themes:

meson . _build
meson test -v -C _build

If you don't want to install the themes you can test a specific theme using feedbackd's FEEDBACK_THEME environment variable.

Adding a new theme

Steps for adding a new theme

Getting in Touch