projects
/
profile
/
ivi
/
clutter-toys.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Initial Import
[profile/ivi/clutter-toys.git]
/
attic
/
astro-desktop
/
applets
/
cal.json
1
{
2
"id" : "applet-child",
3
"type" : "ClutterGroup",
4
"visible" : true,
5
"children":
6
[
7
{ "id" : "label-temp",
8
"type" : "ClutterLabel",
9
"x" : "1%",
10
"y" : "12%",
11
"width" : "9%",
12
"text" : "Tuesday",
13
"font-name" : "Sans 10px",
14
"color" : "white",
15
"alignment" : "left",
16
"wrap" : false,
17
"ellipsize" : "none",
18
"visible" : true
19
},
20
21
{
22
"id" : "cloud",
23
"type" : "ClutterTexture",
24
"x" : "1%",
25
"y" : 0,
26
"width" : "7%",
27
"height" : "10%",
28
"pixbuf" : "cal.png",
29
"visible" : true
30
}
31
],
32
}