commit
This commit is contained in:
parent
1904e3e96a
commit
b5a7ab3c6b
71 changed files with 921 additions and 1297 deletions
54
examples/full/knob-pages/default.toml
Normal file
54
examples/full/knob-pages/default.toml
Normal file
|
@ -0,0 +1,54 @@
|
|||
[knobs.right-top]
|
||||
icon = "@ph/microphone-light[scale=0.9]"
|
||||
indicators.bar.color = "#ffffff50"
|
||||
|
||||
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"
|
||||
|
||||
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"
|
||||
|
||||
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"
|
||||
|
||||
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]"
|
Loading…
Add table
Add a link
Reference in a new issue