Waybar/resources/custom_modules
Adam Harvey 906170400e
cffi: always return config values as JSON
Previously, string JSON values were special cased to be provided as
bare strings, which means that CFFI modules have to either know what
type each value is expected to be, or use a heuristic such as trying to
decode and then treating the value as a string on failure.

Instead, we can always return JSON, and let the downstream consumer
handle deserialising the value into whatever type is expected.

The new behaviour is gated on a new ABI version 2: modules built against
version 1 will continue to get the old behaviour.
2025-03-05 17:11:26 -08:00
..
cffi_example cffi: always return config values as JSON 2025-03-05 17:11:26 -08:00
mediaplayer.py escape & in mediaplayer 2024-06-03 19:46:55 +01:00
power_menu.xml 🌱 update default config with a menu example 2024-05-28 18:18:51 +02:00