60 lines
No EOL
1.3 KiB
TOML
60 lines
No EOL
1.3 KiB
TOML
[keys.1x2]
|
|
icon = "@ph/skip-back"
|
|
|
|
host = "remote"
|
|
handler = "playerctl"
|
|
config.mode = "previous"
|
|
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"
|
|
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]"
|
|
|
|
[keys.1x3]
|
|
icon = "@fad/shuffle[alpha=0.4]"
|
|
|
|
host = "remote"
|
|
handler = "playerctl"
|
|
config.mode = "shuffle"
|
|
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]"
|
|
config.style.all.icon = "@fad/repeat[color=#58fc11]"
|
|
|
|
[keys.3x3]
|
|
icon = "@ph/timer[color=#ff0000]"
|
|
|
|
host = "moira"
|
|
handler = "timer"
|
|
config.durations = ["60s", "5m", "10m", "15m", "30m"]
|
|
config.vibrate_when_finished = true
|
|
config.needy = true
|
|
|
|
[keys.4x3]
|
|
icon = "@ph/computer-tower"
|
|
label = "Gaming PC"
|
|
|
|
host = "moira"
|
|
handler = "home-assistant"
|
|
config.mode = "switch"
|
|
config.name = "switch.mwin"
|
|
config.style.on.icon = "@ph/computer-tower[color=#58fc11]" |