Skip to content

Commit

Permalink
Update example config to match screenshot
Browse files Browse the repository at this point in the history
  • Loading branch information
stweedo authored Sep 3, 2024
1 parent 3cc5c3f commit 3de80a7
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions apps/boxclk/boxclk-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,41 +11,41 @@
"xOffset": 3,
"yOffset": 0,
"boxPos": {
"x": "0.5",
"y": "0.33"
"x": "0.494",
"y": "0.739"
}
},
"dow": {
"font": "6x8",
"fontSize": 3,
"outline": 1,
"color": "#5ccd73",
"color": "bgH",
"outlineColor": "fg",
"border": "#f0f",
"xPadding": -1,
"yPadding": 0.5,
"xOffset": 2,
"yOffset": 0,
"boxPos": {
"x": "0.5",
"y": "0.57"
"x": "0.421",
"y": "0.201"
},
"short": false
},
"date": {
"font": "6x8",
"fontSize": 2,
"outline": 1,
"color": "#5ccd73",
"color": "bgH",
"outlineColor": "fg",
"border": "#f0f",
"xPadding": -0.5,
"yPadding": 0.5,
"xOffset": 1,
"yOffset": 0,
"boxPos": {
"x": "0.5",
"y": "0.75"
"x": "0.454",
"y": "0.074"
},
"shortMonth": false,
"disableSuffix": true
Expand All @@ -62,8 +62,8 @@
"xOffset": 2,
"yOffset": 1,
"boxPos": {
"x": "0.5",
"y": "0.92"
"x": "0.494",
"y": "0.926"
},
"prefix": "Steps: "
},
Expand All @@ -79,8 +79,8 @@
"xOffset": 2,
"yOffset": 2,
"boxPos": {
"x": "0.85",
"y": "0.08"
"x": "0.805",
"y": "0.427"
},
"suffix": "%"
}
Expand Down

0 comments on commit 3de80a7

Please sign in to comment.