Created
January 27, 2014 13:46
-
-
Save aaronbieber/8648824 to your computer and use it in GitHub Desktop.
My "Multi" watchface for Pebble Glance
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"layers_len": 6, | |
"name": "Multi", | |
"layers": [ | |
{ | |
"align": 2, | |
"bg": 0, | |
"fg": 1, | |
"font": 11, | |
"format": "%2", | |
"h": 50, | |
"id": 0, | |
"image": 0, | |
"name": "Time", | |
"topic": 0, | |
"type": 1, | |
"w": 144, | |
"x": 0, | |
"y": 0 | |
}, | |
{ | |
"align": 2, | |
"bg": 0, | |
"fg": 1, | |
"font": 3, | |
"format": "%a, %b %d", | |
"h": 18, | |
"id": 0, | |
"image": 0, | |
"name": "Date", | |
"topic": 0, | |
"type": 1, | |
"w": 144, | |
"x": 0, | |
"y": 45 | |
}, | |
{ | |
"align": 0, | |
"bg": 0, | |
"fg": 1, | |
"font": 0, | |
"format": "", | |
"h": 55, | |
"id": 0, | |
"image": 5, | |
"name": "Weather ", | |
"topic": 10, | |
"type": 2, | |
"w": 144, | |
"x": 0, | |
"y": 73 | |
}, | |
{ | |
"align": 2, | |
"bg": 0, | |
"fg": 1, | |
"font": 3, | |
"format": "", | |
"h": 20, | |
"id": 0, | |
"image": 0, | |
"name": "Weather ", | |
"topic": 1, | |
"type": 0, | |
"w": 144, | |
"x": 0, | |
"y": 125 | |
}, | |
{ | |
"align": 2, | |
"bg": 0, | |
"fg": 1, | |
"font": 3, | |
"format": "", | |
"h": 25, | |
"id": 0, | |
"image": 0, | |
"name": "Calendar ", | |
"topic": 9, | |
"type": 0, | |
"w": 144, | |
"x": 0, | |
"y": 145 | |
}, | |
{ | |
"align": 0, | |
"bg": 0, | |
"fg": 1, | |
"font": 0, | |
"format": "", | |
"h": 77, | |
"id": 0, | |
"image": 0, | |
"name": "New Layer", | |
"topic": 0, | |
"type": 3, | |
"w": 144, | |
"x": 0, | |
"y": 70 | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment