Theme.conf
This commit is contained in:
@@ -4,48 +4,32 @@ passwordCharacter=*
|
||||
# Mask password characters or not ("true" or "false")
|
||||
passwordMask=true
|
||||
# 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
|
||||
passwordInputBackground=
|
||||
passwordInputBackground=#a0a0a0
|
||||
# Radius of password input corners
|
||||
passwordInputRadius=
|
||||
# Width of the border for the password input
|
||||
passwordInputBorderWidth=0
|
||||
# Border color for the password input
|
||||
passwordInputBorderColor=
|
||||
# "true" for visible cursor, "false"
|
||||
passwordInputRadius=7
|
||||
# "true" for visible cursor, "false" for invisible
|
||||
passwordInputCursorVisible=true
|
||||
# Font size of password (in points)
|
||||
passwordFontSize=96
|
||||
passwordCursorColor=random
|
||||
passwordFontSize=28
|
||||
passwordCursorColor=#ffffff
|
||||
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
|
||||
showSessionsByDefault=false
|
||||
showSessionsByDefault=true
|
||||
# Font size of sessions choose label (in points).
|
||||
sessionsFontSize=24
|
||||
|
||||
# Show or not users choose label
|
||||
showUsersByDefault=false
|
||||
showUsersByDefault=true
|
||||
# Font size of users choose label (in points)
|
||||
usersFontSize=48
|
||||
# Show user real name on label by default
|
||||
showUserRealNameByDefault=true
|
||||
usersFontSize=32
|
||||
|
||||
# Path to background image
|
||||
background=
|
||||
# Or use just one color
|
||||
backgroundFill=#000000
|
||||
backgroundFill=#404040
|
||||
# Fill mode for image background
|
||||
# Value must be on of: aspect, fill, tile, pad
|
||||
backgroundFillMode=aspect
|
||||
@@ -53,16 +37,5 @@ backgroundFillMode=aspect
|
||||
# Default text color for all labels
|
||||
basicTextColor=#ffffff
|
||||
|
||||
# Blur radius for background image
|
||||
blurRadius=0
|
||||
|
||||
# Hide cursor
|
||||
hideCursor=false
|
||||
|
||||
# Default font
|
||||
font=monospace
|
||||
|
||||
# Font of help message
|
||||
helpFont=monospace
|
||||
# Font size of help message (in points)
|
||||
helpFontSize=18
|
||||
# Radius of background blur
|
||||
blurRadius=
|
||||
Reference in New Issue
Block a user