44 lines
No EOL
1.4 KiB
TOML
44 lines
No EOL
1.4 KiB
TOML
[keys.1x1]
|
|
icon = "@ph/skip-back"
|
|
mode.playerctl__button.command = "previous"
|
|
mode.playerctl__button.style.inactive.icon = "@ph/skip-back[alpha=0.4]"
|
|
|
|
[keys.2x1]
|
|
icon = "@ph/play-pause[alpha=0.4]"
|
|
mode.playerctl__button.command = "play-pause"
|
|
mode.playerctl__button.style.paused.icon = "@ph/play"
|
|
mode.playerctl__button.style.playing.icon = "@ph/pause"
|
|
|
|
[keys.3x1]
|
|
icon = "@ph/skip-forward"
|
|
mode.playerctl__button.command = "next"
|
|
mode.playerctl__button.style.inactive.icon = "@ph/skip-forward[alpha=0.4]"
|
|
|
|
[keys.1x2]
|
|
icon = "@fad/shuffle[alpha=0.4]"
|
|
mode.playerctl__shuffle.style.on.icon = "@fad/shuffle[color=#58fc11]"
|
|
mode.playerctl__shuffle.style.off.icon = "@fad/shuffle"
|
|
|
|
[keys.2x2]
|
|
icon = "@fad/repeat[alpha=0.4]"
|
|
mode.playerctl__loop.style.single.icon = "@fad/repeat-one[color=#58fc11]"
|
|
mode.playerctl__loop.style.all.icon = "@fad/repeat[color=#58fc11]"
|
|
|
|
[keys.4x1]
|
|
icon = "@ph/timer[color=#ff0000]"
|
|
mode.timer.durations = ["60s", "5m", "10m", "15m", "30m"]
|
|
mode.timer.vibrate_when_finished = true
|
|
mode.timer.needy = true
|
|
|
|
[keys.3x3]
|
|
icon = "@fad/thunderbolt"
|
|
label = "Dock"
|
|
border= "#00ff00"
|
|
mode.home_assistant__switch.name = "switch.moritz_thunderbolt_dock"
|
|
mode.home_assistant__switch.icon.on = "@fad/thunderbolt[color=#58fc11]"
|
|
|
|
[keys.4x3]
|
|
icon = "@ph/computer-tower"
|
|
label = "Tower PC unnötig lang"
|
|
mode.home_assistant__switch.name = "switch.mwin"
|
|
mode.home_assistant__switch.icon.on = "@ph/computer-tower[color=#58fc11]" |