Waybar/resources
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
..
custom_modules cffi: always return config values as JSON 2025-03-05 17:11:26 -08:00
icons Initial implementation 2023-10-26 23:22:02 +02:00
config.jsonc Update documentation 2024-09-17 02:56:38 +02:00
style.css feat(#2989): (optional) hover for all modules 2024-04-19 19:16:39 +02:00
waybar.service.in Don't start if graphical-session is not running 2021-07-31 16:56:55 +02:00