From ef8d946231da91fe87924d46adb9885b7dcf471f Mon Sep 17 00:00:00 2001 From: ciomek Date: Sat, 9 Aug 2025 15:18:28 +0200 Subject: [PATCH] Theme.conf --- .../themes/where_is_my_sddm_theme/theme.conf | 51 +++++-------------- 1 file changed, 12 insertions(+), 39 deletions(-) diff --git a/system_files/usr/share/sddm/themes/where_is_my_sddm_theme/theme.conf b/system_files/usr/share/sddm/themes/where_is_my_sddm_theme/theme.conf index 554724d..0a442cf 100644 --- a/system_files/usr/share/sddm/themes/where_is_my_sddm_theme/theme.conf +++ b/system_files/usr/share/sddm/themes/where_is_my_sddm_theme/theme.conf @@ -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= \ No newline at end of file