Skip to content

Commit 01371d7

Browse files
committed
Add KUAL extension to start the dashboard
1 parent e039bf2 commit 01371d7

File tree

3 files changed

+21
-0
lines changed

3 files changed

+21
-0
lines changed

KUAL/kindle-dash/config.xml

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<extension>
3+
<information>
4+
<name>Kindle dashboard</name>
5+
<id>pascalw-kindle-dash</id>
6+
</information>
7+
<menus>
8+
<menu type="json" dynamic="true">menu.json</menu>
9+
</menus>
10+
</extension>

KUAL/kindle-dash/menu.json

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"items": [
3+
{"name": "Kindle Dashboard", "action": "/mnt/us/dashboard/start.sh"}
4+
]
5+
}

README.md

+6
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,12 @@ If you're running kindle-dash already and want to update to the latest version f
3636
4. Modify files in `/mnt/us/dashboard/local` if applicable.
3737
5. Start dashboard with `/mnt/us/dashboard/start.sh`.
3838
Note that the device will go into suspend about 10-15 seconds after you start the dashboard.
39+
40+
## KUAL
41+
42+
If you're using KUAL you can use simple extension to start this Dashboard
43+
44+
1. Copy folder `kindle-dash` from `KUAL` folder to the kual `extensions` folder. (located in `/mnt/us/extensions`)
3945

4046
## How this works
4147

0 commit comments

Comments
 (0)