7
7
<key name="service-states" type="as">
8
8
<default>[]</default>
9
<summary>The last state of each service</summary>
9
<summary>The last state of each service / holds all essential properties for every service (font, color, update-interval)</summary>
11
11
<key name="show-welcome" type="b">
12
12
<default>true</default>
13
13
<summary>Whether or not to show a welcome message on launch.</summary>
16
<schema path="/org/pantheon/gazette/appearance/" id="org.pantheon.gazette.appearance" gettext-domain="gazette">
17
<key name="title-font" type="s">
18
<default>"Raleway"</default>
19
<summary>The font used for the widgets' titles</summary>
21
<key name="content-font" type="s">
22
<default>"Open Sans"</default>
23
<summary>The font used for widgets' content</summary>
25
<key name="text-color" type="s">
26
<default>"white"</default>
27
<summary>The RGBA color for all the text in either "#rrggbb", "rgba(r,g,b,a)", "rgb(r,g,b)" or any named color from the X11 rgb.txt file</summary>
29
<key name="shadow-color" type="s">
30
<default>"black"</default>
31
<summary>The RGBA color for all the text in either "#rrggbb", "rgba(r,g,b,a)", "rgb(r,g,b)" or any named color from the X11 rgb.txt file</summary>