70 lines
No EOL
2.3 KiB
TOML
70 lines
No EOL
2.3 KiB
TOML
[knobs.right-top]
|
|
icon = "@ph/microphone-light[scale=0.9]"
|
|
indicators.bar.color = "#ffffff50"
|
|
|
|
host = "remote"
|
|
handler = "pa_volume"
|
|
config.delta = 0.05
|
|
config.target.type = "input"
|
|
config.target.predicates = [{ property = "description", value = "SC425 USB Microphone Analog Stereo" }]
|
|
config.muted_turn_action = "normal"
|
|
|
|
config.style.active.label = "{percentage}%"
|
|
config.style.muted.label = "Muted"
|
|
config.style.muted.icon = "@ph/microphone-slash-light[scale=0.9|color=#fc4646]"
|
|
config.style.muted.indicators.bar.color = "#fc464690"
|
|
config.style.inactive.label = "N/A"
|
|
config.style.inactive.icon = "@ph/microphone-slash-light[scale=0.9|alpha=0.8|color=#fc4646]"
|
|
|
|
[knobs.left-top]
|
|
icon = "@apps/discord[scale=0.25]"
|
|
indicators.bar.color = "#ffffff50"
|
|
|
|
host = "remote"
|
|
handler = "pa_volume"
|
|
config.delta = 0.05
|
|
config.target.type = "application"
|
|
config.target.predicates = [{ property = "binary-name", value = "Discord" }, { property = "description", value = "playStream" }]
|
|
|
|
config.style.muted.indicators.bar.color = "#fc464690"
|
|
config.style.inactive.icon = "@apps/discord[scale=0.25|grayscale|alpha=0.8]"
|
|
|
|
[knobs.left-middle]
|
|
icon = "@apps/youtube[scale=1.3]"
|
|
indicators.bar.color = "#ffffff50"
|
|
|
|
host = "remote"
|
|
handler = "pa_volume"
|
|
config.delta = 0.05
|
|
config.muted_turn_action = "unmute"
|
|
config.target.type = "application"
|
|
config.target.predicates = [{ property = "binary-name", value = "librewolf" }, { property = "description", regex = "\\- Piped$" }]
|
|
|
|
config.style.muted.indicators.bar.color = "#fc464690"
|
|
config.style.inactive.icon = "@apps/youtube[scale=1.3|grayscale]"
|
|
|
|
[knobs.left-bottom]
|
|
icon = "@apps/spotify[scale=1.2]"
|
|
indicators.bar.color = "#ffffff50"
|
|
|
|
host = "remote"
|
|
handler = "pa_volume"
|
|
config.delta = 0.05
|
|
config.muted_turn_action = "unmute-at-zero"
|
|
config.target.type = "application"
|
|
config.target.predicates = [{ property = "application-name", value = "spotify" }]
|
|
|
|
config.style.muted.indicators.bar.color = "#fc464690"
|
|
config.style.inactive.icon = "@apps/spotify[scale=1.2|grayscale|alpha=0.6]"
|
|
|
|
[knobs.right-bottom]
|
|
icon = "@apps/spotify[scale=1.2]"
|
|
indicators.bar.color = "#ffffff50"
|
|
|
|
handler = "home_assistant"
|
|
config.mode = "brightness"
|
|
config.entity_id = "light.moritz_regal_lampe"
|
|
config.style.default.label = "{value}%"
|
|
config.style.100.icon = "@apps/discord[scale=1.2]"
|
|
config.style.100.label = "{value}%"
|
|
config.delta = 10 |