This commit is contained in:
Moritz Ruth 2024-02-28 16:48:01 +01:00
parent bc1ced79a8
commit 19a595c21b
Signed by: moritzruth
GPG key ID: C9BBAB79405EE56D
26 changed files with 754 additions and 559 deletions

View file

@ -2,6 +2,7 @@
icon = "@ph/microphone-light[scale=0.9]"
indicators.bar.color = "#ffffff50"
host = "remote"
handler = "pa_volume"
config.delta = 0.05
config.target.type = "input"
@ -19,6 +20,7 @@ config.style.inactive.icon = "@ph/microphone-slash-light[scale=0.9|alpha=0.8|col
icon = "@apps/discord[scale=0.25]"
indicators.bar.color = "#ffffff50"
host = "remote"
handler = "pa_volume"
config.delta = 0.05
config.target.type = "application"
@ -31,6 +33,7 @@ config.style.inactive.icon = "@apps/discord[scale=0.25|grayscale|alpha=0.8]"
icon = "@apps/youtube[scale=1.3]"
indicators.bar.color = "#ffffff50"
host = "remote"
handler = "pa_volume"
config.delta = 0.05
config.muted_turn_action = "unmute"
@ -44,6 +47,7 @@ config.style.inactive.icon = "@apps/youtube[scale=1.3|grayscale]"
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"