commit
This commit is contained in:
parent
bc1ced79a8
commit
19a595c21b
26 changed files with 754 additions and 559 deletions
|
@ -8,7 +8,7 @@ key_page = "default"
|
|||
knob_page = "default"
|
||||
|
||||
[mqtt]
|
||||
client_id = "deckster_host"
|
||||
client_id = "deckster-coordinator"
|
||||
topic_prefix = "deckster"
|
||||
host = "localhost"
|
||||
port = 1883
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
[keys.1x2]
|
||||
icon = "@ph/skip-back"
|
||||
|
||||
host = "remote"
|
||||
handler = "playerctl"
|
||||
config.mode = "previous"
|
||||
config.style.inactive.icon = "@ph/skip-back[alpha=0.4]"
|
||||
|
@ -8,6 +9,7 @@ config.style.inactive.icon = "@ph/skip-back[alpha=0.4]"
|
|||
[keys.2x2]
|
||||
icon = "@ph/play-pause[alpha=0.4]"
|
||||
|
||||
host = "remote"
|
||||
handler = "playerctl"
|
||||
config.mode = "play-pause"
|
||||
config.style.paused.icon = "@ph/play"
|
||||
|
@ -16,6 +18,7 @@ config.style.playing.icon = "@ph/pause"
|
|||
[keys.3x2]
|
||||
icon = "@ph/skip-forward"
|
||||
|
||||
host = "remote"
|
||||
handler = "playerctl"
|
||||
config.mode = "next"
|
||||
config.style.inactive.icon = "@ph/skip-forward[alpha=0.4]"
|
||||
|
@ -23,6 +26,7 @@ config.style.inactive.icon = "@ph/skip-forward[alpha=0.4]"
|
|||
[keys.1x3]
|
||||
icon = "@fad/shuffle[alpha=0.4]"
|
||||
|
||||
host = "remote"
|
||||
handler = "playerctl"
|
||||
config.mode = "shuffle"
|
||||
config.style.on.icon = "@fad/shuffle[color=#58fc11]"
|
||||
|
@ -30,6 +34,7 @@ config.style.on.icon = "@fad/shuffle[color=#58fc11]"
|
|||
[keys.2x3]
|
||||
icon = "@fad/repeat[alpha=0.4]"
|
||||
|
||||
host = "remote"
|
||||
handler = "playerctl"
|
||||
config.mode = "loop"
|
||||
config.style.single.icon = "@fad/repeat-one[color=#58fc11]"
|
||||
|
|
|
@ -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"
|
||||
|
|
7
examples/handler_host/deckster.toml
Normal file
7
examples/handler_host/deckster.toml
Normal file
|
@ -0,0 +1,7 @@
|
|||
host_id = "remote"
|
||||
|
||||
[mqtt]
|
||||
client_id = "deckster-remote"
|
||||
topic_prefix = "deckster"
|
||||
host = "localhost"
|
||||
port = 1883
|
Loading…
Add table
Add a link
Reference in a new issue