mirror of https://github.com/espruino/BangleApps
Merge branch 'master' of https://github.com/peerdavid/BangleApps
commit
d28517b2a5
|
@ -1,2 +1,4 @@
|
|||
apps/animclk/V29.LBM.js
|
||||
apps/banglerun/rollup.config.js
|
||||
apps/schoolCalendar/fullcalendar/main.js
|
||||
apps/authentiwatch/qr_packed.js
|
||||
|
|
|
@ -4262,7 +4262,7 @@
|
|||
"id": "cliclockJS2Enhanced",
|
||||
"name": "Commandline-Clock JS2 Enhanced",
|
||||
"shortName": "CLI-Clock JS2",
|
||||
"version": "0.2",
|
||||
"version": "0.02",
|
||||
"description": "Simple CLI-Styled Clock with enhancements. Modes that are hard to use and unneded are removed (BPM, battery info, memory ect) credit to hughbarney for the original code and design. Also added HID media controlls, just swipe on the clock face to controll the media! Gadgetbride support coming soon(hopefully) Thanks to t0m1o1 for media controls!",
|
||||
"icon": "app.png",
|
||||
"screenshots": [{"url":"screengrab.png"}],
|
||||
|
|
|
@ -2,5 +2,5 @@
|
|||
(function() {
|
||||
var alarms = require('Storage').readJSON('schoolCalendarAlarms.json',1)||[];
|
||||
var time = new Date();
|
||||
E.showPrompt(School Calendar Alarm Test)
|
||||
E.showPrompt("School Calendar Alarm Test");
|
||||
})();
|
||||
|
|
|
@ -64,7 +64,9 @@
|
|||
.icon.icon-favourite-active::before {
|
||||
content: "\02665"; /* 0x2665 = solid heart; 0x2605 = solid star */
|
||||
}
|
||||
.icon.icon-interface {text-indent: 0px;font-size: 130%;vertical-align: -30%;} /*override spectre*/
|
||||
.icon.icon-interface {text-indent: 0px;} /*override spectre*/
|
||||
.icon.icon-interface::before {
|
||||
content: "\01F5AB";
|
||||
position: absolute; left: 50%; top: 70%;
|
||||
transform: translate(-50%,-50%);
|
||||
content: url("data:image/svg+xml,%3C%3Fxml version='1.0'%3F%3E%3Csvg fill='rgb(87, 85, 217)' xmlns='http://www.w3.org/2000/svg' viewBox='2 2 28 28' width='1.5em' height='1.5em'%3E%3Cpath d='M 6 4 C 4.895 4 4 4.895 4 6 L 4 24 C 4 25.105 4.895 26 6 26 L 24 26 C 25.105 26 26 25.105 26 24 L 26 8 L 22 4 L 20 4 L 20 10 C 20 10.552 19.552 11 19 11 L 10 11 C 9.448 11 9 10.552 9 10 L 9 4 L 6 4 z M 16 4 L 16 9 L 18 9 L 18 4 L 16 4 z M 10 16 L 20 16 C 21.105 16 22 16.895 22 18 L 22 24 L 8 24 L 8 18 C 8 16.895 8.895 16 10 16 z'/%3E%3C/svg%3E");
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue