aboutsummaryrefslogtreecommitdiff
path: root/data/org.ArcticaProject.arctica-greeter.gschema.xml
blob: 7e8adc8cdf41037b88d2a51c82001e11e0e6718a (plain)
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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
<?xml version="1.0" encoding="UTF-8"?>
<schemalist gettext-domain="arctica-greeter">
  <schema id="org.ArcticaProject.arctica-greeter" path="/org/ArcticaProject/arctica-greeter/">
    <key name="background" type="s">
      <default>'/usr/share/backgrounds/arctica-greeter.png'</default>
      <summary>Background file to use, either an image path or a color (e.g. #772953)</summary>
    </key>
    <key name="background-color" type="s">
      <default>'#2F70C6'</default>
      <summary>Background color (e.g. #772953), set before wallpaper is seen</summary>
    </key>
    <key name="togglebox-font-fgcolor" type="s">
      <default>'#A0A0A0'</default>
      <summary>Font foreground color (e.g. #A0A0A0) for selected session names in session list</summary>
    </key>
    <key name="togglebox-button-bgcolor" type="s">
      <default>'#2F70C6'</default>
      <summary>Font foreground color (e.g. #202020) for selected session names in session list</summary>
    </key>
    <key name="draw-user-backgrounds" type="b">
      <default>true</default>
      <summary>Whether to draw user backgrounds</summary>
    </key>
    <key name="draw-grid" type="b">
      <default>true</default>
      <summary>Whether to draw an overlay grid</summary>
    </key>
    <key name="show-hostname" type="b">
      <default>true</default>
      <summary>Whether to show the hostname in the menubar</summary>
    </key>
    <key name="logo" type="s">
      <default>'/usr/share/arctica-greeter/logo.png'</default>
      <summary>Logo file to use</summary>
    </key>
    <key name="theme-name" type="s">
      <default>'Numix'</default>
      <summary>GTK+ theme to use</summary>
    </key>
    <key name="icon-theme-name" type="s">
      <default>'Numix'</default>
      <summary>Icon theme to use</summary>
    </key>
    <key name="font-name" type="s">
      <default>'Cabin 11'</default>
      <summary>Font to use</summary>
    </key>
    <key name="xft-antialias" type="b">
      <default>true</default>
      <summary>Whether to antialias Xft fonts</summary>
    </key>
    <key name="xft-dpi" type="d">
      <default>96</default>
      <summary>Resolution for Xft in dots per inch</summary>
    </key>
    <key name="xft-hintstyle" type="s">
      <choices>
        <choice value='hintnone'/>
        <choice value='hintslight'/>
        <choice value='hintmedium'/>
        <choice value='hintfull'/>
      </choices>
      <default>'hintslight'</default>
      <summary>What degree of hinting to use</summary>
    </key>
    <key name="xft-rgba" type="s">
      <choices>
        <choice value='none'/>
        <choice value='rgb'/>
        <choice value='bgr'/>
        <choice value='vrgb'/>
        <choice value='vbgr'/>
      </choices>
      <default>'rgb'</default>
      <summary>Type of subpixel antialiasing</summary>
    </key>
    <key name="onscreen-keyboard" type="b">
      <default>false</default>
      <summary>Whether to enable the onscreen keyboard</summary>
    </key>
    <key name="high-contrast" type="b">
      <default>false</default>
      <summary>Whether to use a high contrast theme</summary>
    </key>
    <key name="screen-reader" type="b">
      <default>false</default>
      <summary>Whether to enable the screen reader</summary>
    </key>
    <key name="play-ready-sound" type="b">
      <default>true</default>
      <summary>Whether to play sound when greeter is ready</summary>
    </key>
    <key name="indicators" type="as">
      <default>['ug-accessibility', 'org.ayatana.indicator.keyboard', 'org.ayatana.indicator.session', 'org.ayatana.indicator.datetime', 'org.ayatana.indicator.power', 'org.ayatana.indicator.sound', 'ayatana-application']</default>
      <summary>Which indicators to load</summary>
    </key>
    <key name="hidden-users" type="as">
      <default>[]</default>
      <summary>List of usernames that are hidden until a special key combination is hit</summary>
    </key>
    <key name="group-filter" type="as">
      <default>[]</default>
      <summary>List of groups that users must be part of to be shown (empty list shows all users)</summary>
    </key>
    <key name="idle-timeout" type="i">
      <default>300</default>
      <summary>Number of seconds of inactivity before blanking the screen. Set to 0 to never timeout.</summary>
    </key>
    <key name="remote-service-fqdn" type="s">
      <default>'service.arctica-project.org'</default>
      <summary>Default FQDN for host offering Remote Logon Service</summary>
    </key>
    <key name="activate-numlock" type="b">
      <default>false</default>
      <summary>Whether to activate numlock. This features requires the installation of numlockx.</summary>
    </key>
  </schema>
</schemalist>