Skip to content

Commit

Permalink
Merge branch 'master' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
FlorentRevest authored Feb 19, 2018
2 parents bf8dfab + dd4b99d commit a4f9ae6
Show file tree
Hide file tree
Showing 17 changed files with 2,143 additions and 0 deletions.
Binary file added .thumbnails/arc.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added .thumbnails/kitt.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
Arc {
id: watchFace
arctextbgz: 7
arccolor: '#000000'
arctextcolor: '#ffffffff'
arcsData: function() {return [
{key:'minutes', isPie: true, size: arcwidth, lineWidth: arcwidth * 0.18, colorCircle: '#000000', opacity: 0.85},
{key:'hours', isPie: true, size: arcwidth*0.625, lineWidth: arcwidth * 0.18, colorCircle: '#000000', opacity: 1},
]}
arctimefontsize: arcwidth * 0.1
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
Arc {
id: watchFace
arctextbgz: 7
arccolor: '#000000'
arctextcolor: '#ffffffff'
arcsData: function() {return [
{key:'seconds', isPie: true, size: arcwidth, lineWidth: arcwidth * 0.12, colorCircle: '#000000', opacity: 0.7},
{key:'minutes', isPie: true, size: arcwidth*0.75, lineWidth: arcwidth * 0.12, colorCircle: '#000000', opacity: 0.85},
{key:'hours', isPie: true, size: arcwidth*0.5, lineWidth: arcwidth * 0.12, colorCircle: '#000000', opacity: 1},
]}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
Arc {
id: watchFace
arccolor: '#000000'
arctextcolor: '#ffffffff'
arcsData: function() {
return [
{key:'hours', size: arcwidth*0.625, lineWidth: arcwidth * 0.18, colorCircle: '#000000'},
{key:'minutes', size: arcwidth, lineWidth: arcwidth * 0.18, colorCircle: '#000000', opacity: 0.85},
]

}
arctimefontsize: arcwidth * 0.1
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
Arc {
id: watchFace
arccolor: '#000000'
arctextcolor: '#ffffffff'
arcsData: function() {return [
{key:'hours', size: arcwidth*0.5, lineWidth: arcwidth * 0.12, colorCircle: '#000000', opacity: 1},
{key:'minutes', size: arcwidth*0.75, lineWidth: arcwidth * 0.12, colorCircle: '#000000', opacity: 0.85},
{key:'seconds', size: arcwidth, lineWidth: arcwidth * 0.12, colorCircle: '#000000', opacity: 0.7},
]}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
Arc {
id: watchFace
arctextbgz: 7
arcsData: function() {return [
{key:'minutes', isPie: true, size: arcwidth, lineWidth: arcwidth * 0.18, colorCircle: watchFace.arccolor, opacity: 0.85},
{key:'hours', isPie: true, size: arcwidth*0.625, lineWidth: arcwidth * 0.18, colorCircle: watchFace.arccolor},
]}
arctimefontsize: arcwidth * 0.1
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
Arc {
id: watchFace
arctextbgz: 7
arcsData: function() {return [
{key:'seconds', isPie: true, size: arcwidth, lineWidth: arcwidth * 0.12, colorCircle: watchFace.arccolor, opacity: 0.6},
{key:'minutes', isPie: true, size: arcwidth*0.75, lineWidth: arcwidth * 0.12, colorCircle: watchFace.arccolor, opacity: 0.7},
{key:'hours', isPie: true, size: arcwidth*0.5, lineWidth: arcwidth * 0.12, colorCircle: watchFace.arccolor, opacity: 1},
]}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
Arc {
id: watchFace

arcsData: function() {
return [
{key:'hours', size: arcwidth*0.625, lineWidth: arcwidth * 0.18, colorCircle: watchFace.arccolor},
{key:'minutes', size: arcwidth, lineWidth: arcwidth * 0.18, colorCircle: watchFace.arccolor, opacity: 0.85},
]

}
arctimefontsize: arcwidth * 0.1
}
Loading

0 comments on commit a4f9ae6

Please sign in to comment.