Theme.conf

This commit is contained in:
2025-08-09 15:18:28 +02:00
parent f02019c38b
commit ef8d946231

View File

@@ -4,48 +4,32 @@ passwordCharacter=*
# Mask password characters or not ("true" or "false") # Mask password characters or not ("true" or "false")
passwordMask=true passwordMask=true
# value "1" is all display width, "0.5" is a half of display width etc. # value "1" is all display width, "0.5" is a half of display width etc.
passwordInputWidth=0.5 passwordInputWidth=0.33
# Background color of password input # Background color of password input
passwordInputBackground= passwordInputBackground=#a0a0a0
# Radius of password input corners # Radius of password input corners
passwordInputRadius= passwordInputRadius=7
# Width of the border for the password input # "true" for visible cursor, "false" for invisible
passwordInputBorderWidth=0
# Border color for the password input
passwordInputBorderColor=
# "true" for visible cursor, "false"
passwordInputCursorVisible=true passwordInputCursorVisible=true
# Font size of password (in points) # Font size of password (in points)
passwordFontSize=96 passwordFontSize=28
passwordCursorColor=random passwordCursorColor=#ffffff
passwordTextColor= passwordTextColor=
# Allow blank password (e.g., if authentication is done by another PAM module)
passwordAllowEmpty=false
# Radius of the border which is displayed upon wrong authentication attempt
wrongPasswordBorderRadius=
# Color of the border which is displayed upon wrong authentication attempt
wrongPasswordBorderColor=
# Enable or disable cursor blink animation ("true" or "false")
cursorBlinkAnimation=true
# Show or not sessions choose label # Show or not sessions choose label
showSessionsByDefault=false showSessionsByDefault=true
# Font size of sessions choose label (in points). # Font size of sessions choose label (in points).
sessionsFontSize=24 sessionsFontSize=24
# Show or not users choose label # Show or not users choose label
showUsersByDefault=false showUsersByDefault=true
# Font size of users choose label (in points) # Font size of users choose label (in points)
usersFontSize=48 usersFontSize=32
# Show user real name on label by default
showUserRealNameByDefault=true
# Path to background image # Path to background image
background= background=
# Or use just one color # Or use just one color
backgroundFill=#000000 backgroundFill=#404040
# Fill mode for image background # Fill mode for image background
# Value must be on of: aspect, fill, tile, pad # Value must be on of: aspect, fill, tile, pad
backgroundFillMode=aspect backgroundFillMode=aspect
@@ -53,16 +37,5 @@ backgroundFillMode=aspect
# Default text color for all labels # Default text color for all labels
basicTextColor=#ffffff basicTextColor=#ffffff
# Blur radius for background image # Radius of background blur
blurRadius=0 blurRadius=
# Hide cursor
hideCursor=false
# Default font
font=monospace
# Font of help message
helpFont=monospace
# Font size of help message (in points)
helpFontSize=18