149 lines
5.6 KiB
XML
149 lines
5.6 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!--
|
|
SPDX-License-Identifier: LGPL-2.1-or-later
|
|
SPDX-FileCopyrightText: 2024 GNOME Foundation, Inc.
|
|
SPDX-FileCopyrightText: 2020 Dylan McCall
|
|
-->
|
|
<schemalist gettext-domain="gsettings-desktop-schemas">
|
|
<schema id="org.gnome.desktop.break-reminders" path="/org/gnome/desktop/break-reminders/">
|
|
<key name="selected-breaks" type="as">
|
|
<summary>List of breaks that are currently enabled</summary>
|
|
<default>[]</default>
|
|
</key>
|
|
|
|
<child schema="org.gnome.desktop.break-reminders.movement" name="movement"/>
|
|
<child schema="org.gnome.desktop.break-reminders.eyesight" name="eyesight"/>
|
|
</schema>
|
|
|
|
<!-- This should ideally be a relocatable schema, but we want different default values for eyesight and movement breaks.
|
|
Movement breaks are longer breaks, relatively infrequently. Eyesight breaks are shorter breaks, relatively frequently. -->
|
|
<schema id="org.gnome.desktop.break-reminders.movement" path="/org/gnome/desktop/break-reminders/movement/">
|
|
<key name="interval-seconds" type="u">
|
|
<summary>Time between breaks</summary>
|
|
<description>The time between rest breaks, in seconds.</description>
|
|
<default>1800</default>
|
|
<range min="10"/>
|
|
</key>
|
|
|
|
<key name="duration-seconds" type="u">
|
|
<summary>Duration of each break</summary>
|
|
<description>The duration of each rest break, in seconds.</description>
|
|
<default>300</default>
|
|
<range min="10"/>
|
|
</key>
|
|
|
|
<key name="delay-seconds" type="u">
|
|
<summary>Amount to delay break if requested</summary>
|
|
<description>The amount to delay taking the break by, if the user requests a delay, in seconds.</description>
|
|
<default>180</default>
|
|
<range min="10"/>
|
|
</key>
|
|
|
|
<key name="fade-screen" type="b">
|
|
<summary>Fade screen during breaks</summary>
|
|
<description>True to fade the screen during rest breaks.</description>
|
|
<default>true</default>
|
|
</key>
|
|
|
|
<key name="lock-screen" type="b">
|
|
<summary>Lock screen during breaks</summary>
|
|
<description>True to lock the screen during rest breaks.</description>
|
|
<default>false</default>
|
|
</key>
|
|
|
|
<key name="play-sound" type="b">
|
|
<summary>Play sound when a break finishes</summary>
|
|
<description>True to play a sound when a break finishes.</description>
|
|
<default>true</default>
|
|
</key>
|
|
|
|
<key name="notify" type="b">
|
|
<summary>Notify when a break is due</summary>
|
|
<description>True to emit a notification when a break is due to start.</description>
|
|
<default>true</default>
|
|
</key>
|
|
|
|
<key name="notify-upcoming" type="b">
|
|
<summary>Notify when a break is upcoming</summary>
|
|
<description>True to emit a notification a few minutes before a break is due.</description>
|
|
<default>true</default>
|
|
</key>
|
|
|
|
<key name="notify-overdue" type="b">
|
|
<summary>Notify when a break is overdue</summary>
|
|
<description>True to emit a notification when a break is overdue.</description>
|
|
<default>true</default>
|
|
</key>
|
|
|
|
<key name="countdown" type="b">
|
|
<summary>Notify when a break is due</summary>
|
|
<description>True to show a prominent countdown shortly before a break is due.</description>
|
|
<default>false</default>
|
|
</key>
|
|
</schema>
|
|
|
|
<schema id="org.gnome.desktop.break-reminders.eyesight" path="/org/gnome/desktop/break-reminders/eyesight/">
|
|
<key name="interval-seconds" type="u">
|
|
<summary>Time between breaks</summary>
|
|
<description>The time between rest breaks, in seconds.</description>
|
|
<default>1200</default>
|
|
<range min="10"/>
|
|
</key>
|
|
|
|
<key name="duration-seconds" type="u">
|
|
<summary>Duration of each break</summary>
|
|
<description>The duration of each rest break, in seconds.</description>
|
|
<default>20</default>
|
|
<range min="10"/>
|
|
</key>
|
|
|
|
<key name="delay-seconds" type="u">
|
|
<summary>Amount to delay break if requested</summary>
|
|
<description>The amount to delay taking the break by, if the user requests a delay, in seconds.</description>
|
|
<default>180</default>
|
|
<range min="10"/>
|
|
</key>
|
|
|
|
<key name="fade-screen" type="b">
|
|
<summary>Fade screen during breaks</summary>
|
|
<description>True to fade the screen during rest breaks.</description>
|
|
<default>true</default>
|
|
</key>
|
|
|
|
<key name="lock-screen" type="b">
|
|
<summary>Lock screen during breaks</summary>
|
|
<description>True to lock the screen during rest breaks.</description>
|
|
<default>false</default>
|
|
</key>
|
|
|
|
<key name="play-sound" type="b">
|
|
<summary>Play sound when a break finishes</summary>
|
|
<description>True to play a sound when a break finishes.</description>
|
|
<default>true</default>
|
|
</key>
|
|
|
|
<key name="notify" type="b">
|
|
<summary>Notify when a break is due</summary>
|
|
<description>True to emit a notification when a break is due to start.</description>
|
|
<default>true</default>
|
|
</key>
|
|
|
|
<key name="notify-upcoming" type="b">
|
|
<summary>Notify when a break is upcoming</summary>
|
|
<description>True to emit a notification a few minutes before a break is due.</description>
|
|
<default>false</default>
|
|
</key>
|
|
|
|
<key name="notify-overdue" type="b">
|
|
<summary>Notify when a break is overdue</summary>
|
|
<description>True to emit a notification when a break is overdue.</description>
|
|
<default>true</default>
|
|
</key>
|
|
|
|
<key name="countdown" type="b">
|
|
<summary>Notify when a break is due</summary>
|
|
<description>True to show a prominent countdown shortly before a break is due.</description>
|
|
<default>false</default>
|
|
</key>
|
|
</schema>
|
|
</schemalist>
|