Files
snigdhaos-cinnamon-config/usr/share/glib-2.0/schemas/org.cinnamon.desktop.screensaver.gschema.xml
2024-12-27 06:45:21 +05:30

150 lines
6.7 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<schemalist>
<schema id="org.cinnamon.desktop.screensaver" path="/org/cinnamon/desktop/screensaver/">
<key name="idle-activation-enabled" type="b">
<default>true</default>
<summary>Activate when idle</summary>
<description>Set this to TRUE to activate the screensaver when the session is idle.</description>
</key>
<key name="lock-enabled" type="b">
<default>true</default>
<summary>Lock on activation</summary>
<description>Set this to TRUE to lock the screen when the screensaver goes active.</description>
</key>
<key name="lock-delay" type="u">
<default>0</default>
<summary>Time before locking</summary>
<description>The number of seconds after screensaver activation before locking the screen.</description>
</key>
<key name="show-notifications" type="b">
<default>false</default>
<summary>Show notifications in the lock screen</summary>
<description>Whether notifications are shown in the lock screen or not. This only affects the standard experience.</description>
</key>
<key name="embedded-keyboard-enabled" type="b">
<default>false</default>
<summary>Allow embedding a keyboard into the window</summary>
<description>Set this to TRUE to allow embedding a keyboard into the window when trying to unlock. The "keyboard_command" key must be set with the appropriate command.</description>
</key>
<key name="embedded-keyboard-command" type="s">
<default>''</default>
<summary>Embedded keyboard command</summary>
<description>The command that will be run, if the "embedded_keyboard_enabled" key is set to TRUE, to embed a keyboard widget into the window. This command should implement an XEMBED plug interface and output a window XID on the standard output.</description>
</key>
<key name="user-switch-enabled" type="b">
<default>true</default>
<summary>Allow user switching</summary>
<description>Set this to TRUE to offer an option in the unlock dialog to switch to a different user account.</description>
</key>
<key name="status-message-enabled" type="b">
<default>true</default>
<summary>Allow the session status message to be displayed</summary>
<description>Allow the session status message to be displayed when the screen is locked.</description>
</key>
<key name="default-message" type="s">
<default>""</default>
<summary>Default message for the screensaver</summary>
<description>
This is the message that appears on the lock screen by default.
</description>
</key>
<key name="ask-for-away-message" type="b">
<default>false</default>
<summary>Whether to ask for an away message when locking the screen</summary>
<description>
Whether to ask for an away message when locking the screen.
</description>
</key>
<key name="use-custom-format" type="b">
<default>false</default>
<summary>Whether to define a custom format for the date and time</summary>
<description>
Whether to use a custom date and time format for the lock screen.
</description>
</key>
<key name="time-format" type="s">
<default>"%H:%M"</default>
<summary>The custom time format</summary>
<description>
This is the time format that the lock screen will use if use-custom-format is enabled.
</description>
</key>
<key name="date-format" type="s">
<default>"%A %B %-e"</default>
<summary>The custom date format</summary>
<description>
This is the date format that the lock screen will use if use-custom-format is enabled.
</description>
</key>
<key name="font-date" type="s">
<default>"Ubuntu 24"</default>
<summary>The date time font</summary>
<description>
This is the font that the date uses for the screen locker.
</description>
</key>
<key name="font-time" type="s">
<default>"Ubuntu 64"</default>
<summary>The time font</summary>
<description>
This is the font that the time uses for the screen locker.
</description>
</key>
<key name="font-message" type="s">
<default>"Ubuntu 14"</default>
<summary>The away message font</summary>
<description>
This is the font that the away message use for the screen locker.
</description>
</key>
<key name="screensaver-name" type="s">
<default>""</default>
<summary>deprecated - does nothing</summary>
</key>
<key name="xscreensaver-hack" type="s">
<default>""</default>
<summary>deprecated - does nothing</summary>
</key>
<key name="screensaver-webkit-theme" type="s">
<default>""</default>
<summary>deprecated - does nothing</summary>
</key>
<key name="show-album-art" type="b">
<default>true</default>
<summary>Display album art on the lock screen</summary>
<description>Set this to true to show album art on the lock screen, if available.</description>
</key>
<key name="allow-keyboard-shortcuts" type="b">
<default>true</default>
<summary>Control whether keyboard shortcuts are allowed on the lock screen</summary>
</key>
<key name="allow-media-control" type="b">
<default>true</default>
<summary>Control whether volume and media player controls are allowed on the lock screen</summary>
</key>
<key name="show-info-panel" type="b">
<default>true</default>
<summary>Control whether the notification and power widgets are shown on the lock screen</summary>
</key>
<key name="show-clock" type="b">
<default>true</default>
<summary>Show the clock when the normal wallpaper screensaver is active</summary>
<description>This controls whether the clock is shown while the wallpaper is active. Note, the clock will always show when unlocking, and it will never show if a screensaver plugin is active, regardless of this setting</description>
</key>
<key name="floating-widgets" type="b">
<default>true</default>
<summary>Control whether the clock and albumart widgets will randomly change position over time.</summary>
</key>
<key name="layout-group" type="i">
<default>-1</default>
<summary>Keyboard layout group to use when entering your password</summary>
<description>This stores the last active keyboard layout group for entering your password.</description>
</key>
<key name="custom-screensaver-command" type="s">
<default>""</default>
<summary>Specify custom screen locker command</summary>
<description>If empty, cinnamon-screensaver will be used</description>
</key>
</schema>
</schemalist>