shorter greeting
This commit is contained in:
parent
771b93c51e
commit
9b3208ab40
|
@ -18,7 +18,7 @@ ScreenHeight="1080"
|
|||
## [Blur Settings]
|
||||
|
||||
FullBlur="false"
|
||||
PartialBlur="false"
|
||||
PartialBlur="true"
|
||||
## Enable or disable the blur effect; if HaveFormBackground is set to true then PartialBlur will trigger the BackgroundColor of the form element to be partially transparent and blend with the blur.
|
||||
|
||||
BlurRadius="0"
|
||||
|
@ -47,7 +47,7 @@ MainColor="#ffffff"
|
|||
AccentColor="#3fb36d"
|
||||
## Used for elements in focus/hover/pressed. Should be contrasting to the background and the MainColor to achieve the best effect.
|
||||
|
||||
BackgroundColor="#222222b2"
|
||||
BackgroundColor="#000000"
|
||||
## Used for the user and session selection background as well as for ScreenPadding and FormBackground when either is true. If PartialBlur and FormBackground are both enabled this color will blend with the blur effect.
|
||||
|
||||
OverrideLoginButtonTextColor="#ffffff"
|
||||
|
@ -116,7 +116,7 @@ DateFormat="dddd MMM d"
|
|||
|
||||
## [Translations]
|
||||
|
||||
HeaderText="One Of Life’s True Delights"
|
||||
HeaderText="Tea ?"
|
||||
## Header can be empty to not display any greeting at all. Keep it short.
|
||||
|
||||
## SDDM may lack proper translation for every element. Suger defaults to SDDM translations. Please help translate SDDM as much as possible for your language: https://github.com/sddm/sddm/wiki/Localization. These are in order as they appear on screen.
|
||||
|
|
Loading…
Reference in a new issue