Skip to content

Commit a697786

Browse files
committed
fix logo, powerbutton priority
1 parent 61710de commit a697786

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<picture>
33
<source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/hhd-dev/hhd/master/art/logo_dark.svg" width="50%">
44
<source media="(prefers-color-scheme: light)" srcset="https://raw.githubusercontent.com/hhd-dev/hhd/master/art/logo_light.svg" width="50%">
5-
<img alt="Handheld Daemon Logo." src="https://raw.githubusercontent.com/hhd-dev/hhd/master/res/art/logo_light.svg" width="50%">
5+
<img alt="Handheld Daemon Logo." src="https://raw.githubusercontent.com/hhd-dev/hhd/master/art/logo_light.svg" width="50%">
66
</picture>
77
</h1>
88

src/hhd/plugins/powerbutton/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ def run(**config: Any):
2020
class PowerbuttondPlugin(HHDPlugin):
2121
def __init__(self, cfg: "PowerButtonConfig") -> None:
2222
self.name = f"powerbuttond@'{cfg.device}'"
23-
self.priority = 20
23+
self.priority = 90
2424
self.log = "pbtn"
2525
self.cfg = cfg
2626
self.t = None

0 commit comments

Comments
 (0)