From a4e094cffa9e430c3c29dbae9c2cf2970ee22004 Mon Sep 17 00:00:00 2001 From: ben Date: Sat, 18 Jan 2025 12:17:24 -0800 Subject: 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 --- sleep.json | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) (limited to 'sleep.json') 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, - } } -- cgit v1.2.3