diff options
author | Ricky Kresslein <rk@lakoliu.com> | 2022-04-28 19:18:15 +0300 |
---|---|---|
committer | Ricky Kresslein <rk@lakoliu.com> | 2022-04-28 19:18:15 +0300 |
commit | 8ee461ce5c9cdd117b0e4b9f8dfec0a388d37f29 (patch) | |
tree | 43d3d25d80cc00f2855a3631faced64da1f440ab /data | |
parent | 794cf5b7025d72b9a2b61fc6f5df753363d6060a (diff) | |
download | Furtherance-8ee461ce5c9cdd117b0e4b9f8dfec0a388d37f29.tar.zst |
Add Pomodoro timer
Diffstat (limited to 'data')
-rwxr-xr-x | data/com.lakoliu.Furtherance.gschema.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/data/com.lakoliu.Furtherance.gschema.xml b/data/com.lakoliu.Furtherance.gschema.xml index af1d9b7..4a9c65b 100755 --- a/data/com.lakoliu.Furtherance.gschema.xml +++ b/data/com.lakoliu.Furtherance.gschema.xml @@ -28,5 +28,11 @@ <key name="show-tags" type="b"> <default>true</default> </key> + <key name="pomodoro" type="b"> + <default>false</default> + </key> + <key name="pomodoro-time" type="i"> + <default>25</default> + </key> </schema> </schemalist> |