tinyhead: change widget bg and fg colour so that widgets blend in with the rest of the face
parent
7da28950e6
commit
8903215f3b
|
|
@ -214,6 +214,8 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
let init = function init() {
|
let init = function init() {
|
||||||
|
g.setTheme({bg:lib.settings.hairColour,fg:lib.settings.faceColour,dark:true}).clear();
|
||||||
|
|
||||||
Bangle.on('lock', lockHandler);
|
Bangle.on('lock', lockHandler);
|
||||||
Bangle.on('charging', chargingHandler);
|
Bangle.on('charging', chargingHandler);
|
||||||
if (lib.settings.btStatusEyes) {
|
if (lib.settings.btStatusEyes) {
|
||||||
|
|
@ -227,7 +229,7 @@
|
||||||
activeEyesNum = disconnectedEyes;
|
activeEyesNum = disconnectedEyes;
|
||||||
}
|
}
|
||||||
|
|
||||||
Bangle.setUI({
|
Bangle.setUI("clock", {
|
||||||
mode:"custom",
|
mode:"custom",
|
||||||
clock: true,
|
clock: true,
|
||||||
touch: (button, xy) => {
|
touch: (button, xy) => {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue