Skip to content

Commit 81ce32b

Browse files
authored
Merge pull request espruino#4094 from thyttan/confthyttan
confthyttan: bt icon hidden when connected, add dep on `msgtwscr`
2 parents f8797f0 + efad8f0 commit 81ce32b

File tree

4 files changed

+9
-2
lines changed

4 files changed

+9
-2
lines changed

apps/confthyttan/ChangeLog

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,5 @@
66
0.06: change name "anotherconf" -> "confthyttan"
77
0.07: change dependencies order to try avoiding prompts in app loader while
88
loading apps.
9+
0.08: hide bt indicator when connected (`widbt_notify`). Add "Message Twist to
10+
Scroll".

apps/confthyttan/README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,10 @@ On the clock face:
2222
- (Do a subsequent left or right swipe to enter the listed apps)
2323
- (Check out the "Quick Launch" app readme for more info)
2424

25+
Miscellaneous:
26+
- The bluetooth indicator will be hidden when connected, visible if not (`widbt_notify`).
27+
- Messages can be scrolled by a twist of the arm (if they were auto-displayed).
28+
2529
## Requests
2630

2731
Add to the espruino/BangleApps issue tracker and mention @thyttan for bug reports and suggestions.

apps/confthyttan/metadata.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{ "id": "confthyttan",
22
"name": "Thyttan's Default Config",
3-
"version":"0.07",
3+
"version":"0.08",
44
"author": "thyttan",
55
"description": "A different default set of apps and configurations. Makes many quality of life changes. Opinionated based on the creators taste. Read more below before installing.",
66
"icon": "app.png",
@@ -15,6 +15,7 @@
1515
"messageicons":"app",
1616
"widmsggrid":"app",
1717
"msgwakefup":"app",
18+
"msgtwscr":"app",
1819
"delaylock":"app",
1920
"health":"app",
2021
"widminbate":"app",

apps/confthyttan/widbt_notify.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{showWidget:true,buzzOnConnect:false,buzzOnLoss:false,hideConnected:false,showMessage:false,nextBuzz:30000}
1+
{showWidget:true,buzzOnConnect:false,buzzOnLoss:false,hideConnected:true,showMessage:false,nextBuzz:30000}

0 commit comments

Comments
 (0)