1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25
|
<?xml version="1.0" encoding="UTF-8"?>
<schemalist gettext-domain="gamemode-extension">
<schema path="/org/gnome/shell/extensions/gamemode/" id="org.gnome.shell.extensions.gamemode">
<key type="b" name="emit-notifications">
<default>true</default>
<summary>Notifications</summary>
<description>Emit notifications when the global GameMode status changes.</description>
</key>
<key type="b" name="always-show-icon">
<default>false</default>
<summary>Always show the icon</summary>
<description>Display the icon even if GameMode is currently not active.</description>
</key>
<key type="b" name="active-tint">
<default>false</default>
<summary>Active icon tint</summary>
<description>Tint the icon with a color when GameMode is active.</description>
</key>
<key type="s" name="active-color">
<default>"rgb(115,210,22)"</default>
<summary>Active icon tint</summary>
<description>The color to use tinting the icon.</description>
</key>
</schema>
</schemalist>
|