File: settings.gschema.xml

package info (click to toggle)
gnome-shell-extension-gamemode 8-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 352 kB
  • sloc: javascript: 569; sh: 63; python: 43; makefile: 35; xml: 25
file content (25 lines) | stat: -rw-r--r-- 1,062 bytes parent folder | download | duplicates (3)
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>