|
| 1 | +<?xml version="1.0" encoding="utf-8"?> |
| 2 | +<schemalist> |
| 3 | + <schema id="com.github.vikdevelop.timer" path="/com/github/vikdevelop/timer/"> |
| 4 | + <key name="window-size" type="(ii)"> |
| 5 | + <default>(425,425)</default> |
| 6 | + <summary>Window size</summary> |
| 7 | + </key> |
| 8 | + <key name="maximized" type="b"> |
| 9 | + <default>false</default> |
| 10 | + <summary>Window maximize state</summary> |
| 11 | + </key> |
| 12 | + <key name="dark-theme" type="b"> |
| 13 | + <default>false</default> |
| 14 | + <summary>Dark theme switch</summary> |
| 15 | + </key> |
| 16 | + <key name="resizable" type="b"> |
| 17 | + <default>false</default> |
| 18 | + <summary>Resizable window switch</summary> |
| 19 | + </key> |
| 20 | + <key name="play-beep" type="b"> |
| 21 | + <default>true</default> |
| 22 | + <summary>Play beep switch</summary> |
| 23 | + </key> |
| 24 | + <key name="show-notification-icon" type="b"> |
| 25 | + <default>true</default> |
| 26 | + <summary>Show notification icon switch</summary> |
| 27 | + </key> |
| 28 | + <key name="use-in-alarm-clock" type="b"> |
| 29 | + <default>false</default> |
| 30 | + <summary>Use notification text in alarm clock dialog</summary> |
| 31 | + </key> |
| 32 | + <key name="vertical-time-text" type="b"> |
| 33 | + <default>false</default> |
| 34 | + <summary>Show vertical time text in countdown page</summary> |
| 35 | + </key> |
| 36 | + <key name="show-appname" type="b"> |
| 37 | + <default>true</default> |
| 38 | + <summary>Show app name in notification</summary> |
| 39 | + </key> |
| 40 | + <key name="save-expander-row" type="b"> |
| 41 | + <default>false</default> |
| 42 | + <summary>Save Expander row position</summary> |
| 43 | + </key> |
| 44 | + <key name="action" type="s"> |
| 45 | + <choices> |
| 46 | + <choice value="default"/> |
| 47 | + <choice value="Shut Down"/> |
| 48 | + <choice value="Reboot"/> |
| 49 | + <choice value="Suspend"/> |
| 50 | + <choice value="Play alarm clock"/> |
| 51 | + </choices> |
| 52 | + <default>"default"</default> |
| 53 | + <summary>Action after finished timer</summary> |
| 54 | + </key> |
| 55 | + <key name="notification-text" type="s"> |
| 56 | + <default>''</default> |
| 57 | + <summary>Notification text</summary> |
| 58 | + </key> |
| 59 | + <key name="hours" type="i"> |
| 60 | + <default>0</default> |
| 61 | + <summary>Hour entry</summary> |
| 62 | + </key> |
| 63 | + <key name="mins" type="i"> |
| 64 | + <default>1</default> |
| 65 | + <summary>Minutes entry</summary> |
| 66 | + </key> |
| 67 | + <key name="seconds" type="i"> |
| 68 | + <default>0</default> |
| 69 | + <summary>Seconds entry</summary> |
| 70 | + </key> |
| 71 | + </schema> |
| 72 | +</schemalist> |
0 commit comments