1
0
Fork 0
forked from wry/wry

config: make the blend space configurable

This commit is contained in:
Julian Orth 2025-09-05 19:19:54 +02:00
parent 991b212120
commit 39c770f6e2
20 changed files with 257 additions and 15 deletions

View file

@ -95,6 +95,11 @@ request unset_brightness (since = 16) {
output: str,
}
request set_blend_space (since = 21) {
output: str,
blend_space: str,
}
# events
event global {
@ -201,3 +206,7 @@ event brightness_range (since = 16) {
event brightness (since = 16) {
lux: pod(f64),
}
event blend_space (since = 21) {
blend_space: str,
}