shorter greeting

This commit is contained in:
WanderingPenwing 2024-07-07 22:43:53 +02:00
parent 771b93c51e
commit 9b3208ab40

View file

@ -18,7 +18,7 @@ ScreenHeight="1080"
## [Blur Settings] ## [Blur Settings]
FullBlur="false" 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. ## 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" BlurRadius="0"
@ -47,7 +47,7 @@ MainColor="#ffffff"
AccentColor="#3fb36d" AccentColor="#3fb36d"
## Used for elements in focus/hover/pressed. Should be contrasting to the background and the MainColor to achieve the best effect. ## 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. ## 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" OverrideLoginButtonTextColor="#ffffff"
@ -116,7 +116,7 @@ DateFormat="dddd  MMM d"
## [Translations] ## [Translations]
HeaderText="One Of Lifes True Delights" HeaderText="Tea ?"
## Header can be empty to not display any greeting at all. Keep it short. ## 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. ## 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.