This commit is contained in:
2023-01-08 22:10:59 +01:00
parent a27d2c94ef
commit a0adda32a0
4 changed files with 113 additions and 2 deletions

View File

@@ -0,0 +1,43 @@
<schemalist>
<schema id="org.sigxcpu.feedbackd"
path="/org/sigxcpu/feedbackd/">
<key name="profile" type="s">
<choices>
<choice value='full'/>
<choice value='quiet'/>
<choice value='silent'/>
</choices>
<default>'full'</default>
<summary>Feedack profile to use</summary>
<description>
The feedback profile determines the audio and haptical feedback
level given on events to the user.
</description>
</key>
<key name="theme" type="s">
<default>'default'</default>
<summary>The feedback theme to use</summary>
<description>
The feedback theme determines which feedbacks are triggered when
feedbackd receives an event.
</description>
</key>
</schema>
<schema id="org.sigxcpu.feedbackd.application">
<key name="profile" type="s">
<choices>
<choice value='full'/>
<choice value='quiet'/>
<choice value='silent'/>
</choices>
<default>'full'</default>
<summary>Feedack profile to use</summary>
<description>
The feedback profile determines the audio and haptical feedback
level given on events to the user.
</description>
</key>
</schema>
</schemalist>