aboutsummaryrefslogtreecommitdiff
path: root/sleep.json
diff options
context:
space:
mode:
authorben <ben@nagy.contact>2025-01-18 12:17:24 -0800
committerben <ben@nagy.contact>2025-01-18 12:17:24 -0800
commita4e094cffa9e430c3c29dbae9c2cf2970ee22004 (patch)
tree743a5375340db85aad9191a57548d4c4f0bbd2ca /sleep.json
parente162928529cecc4d319d400fc8935aa6a91fbe6b (diff)
removed time reinstation feature
Reason: unecessary complexity. mpv should have a save position feature already Other: - added timer already exists - only displays time countdown if an action is not pending - only decrements time remaining if playback is not paused
Diffstat (limited to 'sleep.json')
-rw-r--r--sleep.json9
1 files changed, 1 insertions, 8 deletions
diff --git a/sleep.json b/sleep.json
index 08fdfa8..ef7760b 100644
--- a/sleep.json
+++ b/sleep.json
@@ -1,13 +1,6 @@
{
"config": {
- "default_time": 0.1,
- "default_time_format": "%02d:%02d:%02d",
- "_comment_default_time_format": "DO NOT CHANGE THIS! ^",
+ "default_time": 35,
"display_time": true,
},
- "previous_state": {
- "time_stamp": "00:00:00",
- "last_updated": "2025-01-02T23:07:25Z",
- "was_active": false,
- }
}