Add per-layer brightness source to composite CSS and enhance selectors
- Add optional brightness_source_id per composite layer using ValueStreamManager - Use EntitySelect for composite layer source and brightness dropdowns - Use IconSelect for composite blend mode and notification filter mode - Add i18n keys for blend mode and filter mode descriptions (en/ru/zh) Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -902,6 +902,9 @@
|
||||
"color_strip.notification.filter_mode.off": "Off",
|
||||
"color_strip.notification.filter_mode.whitelist": "Whitelist",
|
||||
"color_strip.notification.filter_mode.blacklist": "Blacklist",
|
||||
"color_strip.notification.filter_mode.off.desc": "Accept all notifications",
|
||||
"color_strip.notification.filter_mode.whitelist.desc": "Only listed apps",
|
||||
"color_strip.notification.filter_mode.blacklist.desc": "All except listed apps",
|
||||
"color_strip.notification.filter_list": "App List:",
|
||||
"color_strip.notification.filter_list.hint": "One app name per line. Use Browse to pick from running processes.",
|
||||
"color_strip.notification.filter_list.placeholder": "Discord\nSlack\nTelegram",
|
||||
@@ -945,10 +948,16 @@
|
||||
"color_strip.composite.source": "Source",
|
||||
"color_strip.composite.blend_mode": "Blend",
|
||||
"color_strip.composite.blend_mode.normal": "Normal",
|
||||
"color_strip.composite.blend_mode.normal.desc": "Standard alpha blending",
|
||||
"color_strip.composite.blend_mode.add": "Add",
|
||||
"color_strip.composite.blend_mode.add.desc": "Brightens by adding colors",
|
||||
"color_strip.composite.blend_mode.multiply": "Multiply",
|
||||
"color_strip.composite.blend_mode.multiply.desc": "Darkens by multiplying colors",
|
||||
"color_strip.composite.blend_mode.screen": "Screen",
|
||||
"color_strip.composite.blend_mode.screen.desc": "Brightens, inverse of multiply",
|
||||
"color_strip.composite.opacity": "Opacity",
|
||||
"color_strip.composite.brightness": "Brightness",
|
||||
"color_strip.composite.brightness.none": "— None —",
|
||||
"color_strip.composite.enabled": "Enabled",
|
||||
"color_strip.composite.error.min_layers": "At least 1 layer is required",
|
||||
"color_strip.composite.error.no_source": "Each layer must have a source selected",
|
||||
|
||||
Reference in New Issue
Block a user