aboutsummaryrefslogtreecommitdiff
path: root/sleep.json
diff options
context:
space:
mode:
authorben <ben@nagy.contact>2025-01-07 11:28:40 -0800
committerben <ben@nagy.contact>2025-01-07 11:28:40 -0800
commit994e076d326ca58ba9110bac5ad764679b172943 (patch)
tree3141c5e3c1b310017ffdf0badda53dab5da218bc /sleep.json
parent9c8a9a894ac1436b1b5f7ef9ed8c2e163ba8eb88 (diff)
added main sleep timer
Diffstat (limited to 'sleep.json')
-rw-r--r--sleep.json9
1 files changed, 5 insertions, 4 deletions
diff --git a/sleep.json b/sleep.json
index 39eb3bd..47b5c25 100644
--- a/sleep.json
+++ b/sleep.json
@@ -1,12 +1,13 @@
{
"config": {
- "default_time": 25,
- "default_time_format": "%02d:%02d:%02d"
- "_comment_default_time_format": "DO NOT CHANGE THIS! ^"
+ "default_time": 2,
+ "default_time_format": "%02d:%02d:%02d",
+ "_comment_default_time_format": "DO NOT CHANGE THIS! ^",
+ "display_time": true,
},
"previous_state": {
"timestamp": "00:00:00",
- "last_updated": "2025-01-02T23:07:25Z"
+ "last_updated": "2025-01-02T23:07:25Z",
"was_active": false,
}
}