commit
This commit is contained in:
parent
bf48f12c8c
commit
66c86df2a4
8 changed files with 104 additions and 107 deletions
|
@ -1,33 +1,37 @@
|
|||
[keys.1x2]
|
||||
icon = "@ph/skip-back"
|
||||
|
||||
handler = "playerctl previous"
|
||||
handler = "playerctl"
|
||||
config.mode = "previous"
|
||||
config.style.inactive.icon = "@ph/skip-back[alpha=0.4]"
|
||||
|
||||
[keys.2x2]
|
||||
icon = "@ph/play-pause[alpha=0.4]"
|
||||
|
||||
handler = "playerctl play-pause"
|
||||
handler = "playerctl"
|
||||
config.mode = "play-pause"
|
||||
config.style.paused.icon = "@ph/play"
|
||||
config.style.playing.icon = "@ph/pause"
|
||||
|
||||
[keys.3x2]
|
||||
icon = "@ph/skip-forward"
|
||||
|
||||
handler = "playerctl next"
|
||||
handler = "playerctl"
|
||||
config.mode = "next"
|
||||
config.style.inactive.icon = "@ph/skip-forward[alpha=0.4]"
|
||||
|
||||
[keys.1x3]
|
||||
icon = "@fad/shuffle[alpha=0.4]"
|
||||
|
||||
handler = "playerctl shuffle"
|
||||
handler = "playerctl"
|
||||
config.mode = "shuffle"
|
||||
config.style.on.icon = "@fad/shuffle[color=#58fc11]"
|
||||
|
||||
[keys.2x3]
|
||||
icon = "@fad/repeat[alpha=0.4]"
|
||||
|
||||
handler = "playerctl loop"
|
||||
handler = "playerctl"
|
||||
config.mode = "loop"
|
||||
config.style.single.icon = "@fad/repeat-one[color=#58fc11]"
|
||||
config.style.all.icon = "@fad/repeat[color=#58fc11]"
|
||||
|
||||
|
@ -43,6 +47,7 @@ config.needy = true
|
|||
icon = "@ph/computer-tower"
|
||||
label = "Gaming PC"
|
||||
|
||||
handler = "home-assistant switch"
|
||||
handler = "home-assistant"
|
||||
config.mode = "switch"
|
||||
config.name = "switch.mwin"
|
||||
config.style.on.icon = "@ph/computer-tower[color=#58fc11]"
|
Loading…
Add table
Add a link
Reference in a new issue