separate plasma from sddm
This commit is contained in:
parent
d568de464e
commit
f19ae43a40
4 changed files with 17 additions and 14 deletions
39
modules/sddm/sddm-theme.conf
Normal file
39
modules/sddm/sddm-theme.conf
Normal file
|
@ -0,0 +1,39 @@
|
|||
[General]
|
||||
# Password mask character
|
||||
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
|
||||
# Background color of password input
|
||||
passwordInputBackground=
|
||||
# Radius of password input corners
|
||||
passwordInputRadius=
|
||||
# "true" for visible cursor, "false"
|
||||
passwordInputCursorVisible=false
|
||||
# Font size of password (in points)
|
||||
passwordFontSize=96
|
||||
passwordCursorColor=random
|
||||
passwordTextColor=
|
||||
|
||||
# Show or not sessions choose label
|
||||
showSessionsByDefault=false
|
||||
# Font size of sessions choose label (in points).
|
||||
sessionsFontSize=24
|
||||
|
||||
# Show or not users choose label
|
||||
showUsersByDefault=false
|
||||
# Font size of users choose label (in points)
|
||||
usersFontSize=48
|
||||
|
||||
# Path to background image
|
||||
background=
|
||||
# Or use just one color
|
||||
backgroundFill=#1f1d2e
|
||||
backgroundFillMode=aspect
|
||||
|
||||
# Default text color for all labels
|
||||
basicTextColor=#e0def4
|
||||
|
||||
# Radius of background blur
|
||||
blurRadius=
|
Loading…
Add table
Add a link
Reference in a new issue