commit
This commit is contained in:
parent
566ffb49f3
commit
13f307d387
12 changed files with 543 additions and 69 deletions
|
@ -1,7 +1,6 @@
|
|||
[keys.1x2]
|
||||
icon = "@ph/skip-back"
|
||||
|
||||
host = "remote"
|
||||
handler = "playerctl"
|
||||
config.mode = "previous"
|
||||
config.style.inactive.icon = "@ph/skip-back[alpha=0.4]"
|
||||
|
@ -9,7 +8,6 @@ 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"
|
||||
|
@ -18,7 +16,6 @@ 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]"
|
||||
|
@ -26,7 +23,6 @@ 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]"
|
||||
|
@ -34,20 +30,24 @@ 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]"
|
||||
icon = "@ph/timer[scale=0.9]"
|
||||
|
||||
host = "moira"
|
||||
handler = "timer"
|
||||
config.durations = ["60s", "5m", "10m", "15m", "30m"]
|
||||
config.durations = ["5s"]
|
||||
config.select_timeout = "1500ms"
|
||||
config.alarm_timeout = "10s"
|
||||
config.vibrate_when_finished = true
|
||||
config.needy = true
|
||||
config.alarm_style_switch_interval = "200ms"
|
||||
config.style.alarm1.border = "#ff0000ff"
|
||||
config.style.alarm1.label = "00:00"
|
||||
config.style.alarm2.border = "#ff00000f"
|
||||
config.style.alarm2.label = "00:00"
|
||||
|
||||
[keys.4x3]
|
||||
icon = "@ph/computer-tower"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue