Commit 01371d7 1 parent e039bf2 commit 01371d7 Copy full SHA for 01371d7
File tree 3 files changed +21
-0
lines changed
3 files changed +21
-0
lines changed Original file line number Diff line number Diff line change
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 >
Original file line number Diff line number Diff line change
1
+ {
2
+ "items" : [
3
+ {"name" : " Kindle Dashboard" , "action" : " /mnt/us/dashboard/start.sh" }
4
+ ]
5
+ }
Original file line number Diff line number Diff line change @@ -36,6 +36,12 @@ If you're running kindle-dash already and want to update to the latest version f
36
36
4 . Modify files in ` /mnt/us/dashboard/local ` if applicable.
37
37
5 . Start dashboard with ` /mnt/us/dashboard/start.sh ` .
38
38
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 ` )
39
45
40
46
## How this works
41
47
You can’t perform that action at this time.
0 commit comments