55 lines
1.2 KiB
Django/Jinja
55 lines
1.2 KiB
Django/Jinja
# templates/sddm-theme.conf.j2
|
|
|
|
# ===== SDDM Tema Konfiguration - Stargate Atlantis =====
|
|
|
|
[General]
|
|
background=/usr/share/backgrounds/atlantis-spaceship.jpg
|
|
DimBackgroundImage="0.2"
|
|
|
|
[Blur Settings]
|
|
PartialBlur="true"
|
|
BlurRadius="100"
|
|
|
|
[Design Customizations]
|
|
HaveFormBackground="true"
|
|
FormPosition="center"
|
|
RoundCorners="5"
|
|
MainColor="#cad3f5"
|
|
AccentColor="#74c7ec"
|
|
BackgroundColor="#24273aE6"
|
|
OverrideLoginButtonTextColor=""
|
|
InterfaceShadowSize="6"
|
|
InterfaceShadowOpacity="0.6"
|
|
ScreenPadding="0"
|
|
Font="Noto Sans"
|
|
FontSize=""
|
|
|
|
[Interface Behavior]
|
|
ForceRightToLeft="false"
|
|
ForceLastUser="true"
|
|
ForcePasswordFocus="true"
|
|
ForceHideCompletePassword="false"
|
|
ForceHideVirtualKeyboardButton="true"
|
|
ForceHideSystemButtons="false"
|
|
AllowEmptyPassword="false"
|
|
AllowBadUsernames="false"
|
|
|
|
[Locale Settings]
|
|
Locale=""
|
|
HourFormat="HH:mm"
|
|
DateFormat="dddd, d. MMMM"
|
|
|
|
[Translations]
|
|
HeaderText="Welcome!"
|
|
TranslatePlaceholderUsername=""
|
|
TranslatePlaceholderPassword=""
|
|
TranslateShowPassword=""
|
|
TranslateLogin=""
|
|
TranslateLoginFailedWarning=""
|
|
TranslateCapslockWarning=""
|
|
TranslateSession=""
|
|
TranslateSuspend=""
|
|
TranslateHibernate=""
|
|
TranslateReboot=""
|
|
TranslateShutdown=""
|
|
TranslateVirtualKeyboardButton="" |