blob: 317b9a114bb64f8d6812e95ac7ceb68f135561e5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
<?xml version="1.0" encoding="UTF-8"?>
<schemalist>
<schema id="org.gnome.shell.extensions.org-agenda-indicator"
path="/org/gnome/shell/extensions/org-agenda-indicator/">
<key name="show-clocked-in-task" type="b">
<default>true</default>
<summary>Show clocked-in task</summary>
<description>
When enabled, the indicator displays the active Org clock in the panel
and in a dedicated menu section.
</description>
</key>
</schema>
</schemalist>
|