2021-10-31 20:36:34 +08:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<schemalist gettext-domain="activate_gnome">
|
|
|
|
<schema id="org.gnome.shell.extensions.activate_gnome" path="/org/gnome/shell/extensions/activate_gnome/">
|
|
|
|
<!-- See also: https://developer.gnome.org/glib/stable/gvariant-format-strings.html -->
|
|
|
|
<key name="text-l1" type="s">
|
2022-03-27 15:16:28 +08:00
|
|
|
<default>'Activate GNOME'</default>
|
2021-10-31 20:36:34 +08:00
|
|
|
<summary>Text to display on line 1</summary>
|
|
|
|
</key>
|
|
|
|
<key name="text-l2" type="s">
|
2022-03-27 15:16:28 +08:00
|
|
|
<default>'Go to Settings to activate GNOME.'</default>
|
2021-10-31 20:36:34 +08:00
|
|
|
<summary>Text to display on line 2</summary>
|
|
|
|
</key>
|
|
|
|
<key name="l2-vertical" type="d">
|
|
|
|
<default>0.9444444444444444</default>
|
|
|
|
<summary>Vertical position of line 2</summary>
|
|
|
|
</key>
|
|
|
|
<key name="l2-horizontal" type="d">
|
2021-11-01 14:36:10 +08:00
|
|
|
<default>0.92</default>
|
2021-10-31 20:36:34 +08:00
|
|
|
<summary>Horizontal position of line 2</summary>
|
|
|
|
</key>
|
2022-03-19 15:45:05 +08:00
|
|
|
<key name="opacity" type="d">
|
|
|
|
<default>102</default>
|
|
|
|
<summary>Opacity</summary>
|
|
|
|
</key>
|
2021-10-31 20:36:34 +08:00
|
|
|
</schema>
|
|
|
|
</schemalist>
|