diff options
author | ben <ben@nagy.contact> | 2025-01-18 12:17:24 -0800 |
---|---|---|
committer | ben <ben@nagy.contact> | 2025-01-18 12:17:24 -0800 |
commit | a4e094cffa9e430c3c29dbae9c2cf2970ee22004 (patch) | |
tree | 743a5375340db85aad9191a57548d4c4f0bbd2ca /sleep.json | |
parent | e162928529cecc4d319d400fc8935aa6a91fbe6b (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.json | 9 |
1 files changed, 1 insertions, 8 deletions
@@ -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, - } } |