1
0
Fork 0
gsettings-desktop-schemas/schemas/org.gnome.desktop.screen-time-limits.gschema.xml.in
Daniel Baumann ec1cf75ea9
Adding upstream version 48.0.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
2025-06-22 21:31:20 +02:00

35 lines
1.3 KiB
XML
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?xml version="1.0" encoding="UTF-8"?>
<!--
SPDX-License-Identifier: LGPL-2.1-or-later
SPDX-FileCopyrightText: 2024 GNOME Foundation, Inc.
-->
<schemalist gettext-domain="gsettings-desktop-schemas">
<schema id="org.gnome.desktop.screen-time-limits" path="/org/gnome/desktop/screen-time-limits/">
<key name="history-enabled" type="b">
<summary>Enable screen time history</summary>
<description>
Enable basic screen time functionality, recording usage data for viewing history.
</description>
<default>true</default>
</key>
<key name="daily-limit-enabled" type="b">
<summary>Enable daily screen time limit</summary>
<description>Enable imposing a screen time limit on the user, as set in daily-limit-seconds.</description>
<default>false</default>
</key>
<key name="daily-limit-seconds" type="u">
<summary>Daily screen time limit</summary>
<description>The limit on the amount of daily screen time the user is allowed, in seconds.</description>
<default>28800</default>
<range min="10"/>
</key>
<key name="grayscale" type="b">
<summary>Grayscale once limit is reached</summary>
<description>Whether to make the screen grayscale once the users screen time limit is reached.</description>
<default>true</default>
</key>
</schema>
</schemalist>