diff options
Diffstat (limited to 'data/org.ArcticaProject.arctica-greeter.gschema.xml')
| -rw-r--r-- | data/org.ArcticaProject.arctica-greeter.gschema.xml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/data/org.ArcticaProject.arctica-greeter.gschema.xml b/data/org.ArcticaProject.arctica-greeter.gschema.xml index 540d87f..2bba62f 100644 --- a/data/org.ArcticaProject.arctica-greeter.gschema.xml +++ b/data/org.ArcticaProject.arctica-greeter.gschema.xml @@ -231,8 +231,8 @@ <summary>Scaling factor for fonts that can be used to adjust the greeter's font sizes.</summary> </key> <key name="menubar-alpha" type="d"> - <default>0.2</default> - <summary>Alpha value for menubar. Not used in high contrast mode.</summary> + <default>0.5</default> + <summary>Alpha value for menubar. Not used in high contrast mode and if no custom background color is set.</summary> </key> <key name="remote-service-configure-uri" type="s"> <default>''</default> @@ -344,8 +344,8 @@ <summary>Whether to display the error label below the login entry.</summary> </key> <key name="menubar-bgcolor" type="s"> - <default>'#000000'</default> - <summary>The background color of the menubar in #RRGGBB format.</summary> + <default>''</default> + <summary>The background color of the menubar in #RRGGBB format. An empty string will attempt to use the OSD background of the theme.</summary> </key> <key name="background-position" type="s"> <choices> |
