{"General": [{"category": "General", "option": "enable-animations", "type": "bool", "default": "true", "possible": "'true' | 'false'", "desc": "Enable or disable all animations.", "property": "enableAnimations"}, {"category": "General", "option": "animated-background-placeholder", "type": "string", "default": "", "possible": "File in `backgrounds/`", "desc": "An image file to be used as a placeholder for the animated background while it loads.", "property": "animatedBackgroundPlaceholder"}], "LockScreen": [{"category": "LockScreen", "option": "display", "type": "bool", "default": "true", "possible": "'true' | 'false'", "desc": "Whether or not to display the lock screen. If false, the theme will load straight to the login screen.", "property": "lockScreenDisplay"}, {"category": "LockScreen", "option": "padding-top", "type": "int", "default": "0", "possible": "", "desc": "Top padding of the lock screen.
See also: Clock/position, Message/position.", "property": "lockScreenPaddingTop"}, {"category": "LockScreen", "option": "padding-right", "type": "int", "default": "0", "possible": "", "desc": "Right padding of the lock screen.
See also: Clock/position, Message/position.", "property": "lockScreenPaddingRight"}, {"category": "LockScreen", "option": "padding-bottom", "type": "int", "default": "0", "possible": "", "desc": "Bottom padding of the lock screen.
See also: Clock/position, Message/position.", "property": "lockScreenPaddingBottom"}, {"category": "LockScreen", "option": "padding-left", "type": "int", "default": "0", "possible": "", "desc": "Left padding of the lock screen.
See also: Clock/position, Message/position.", "property": "lockScreenPaddingLeft"}, {"category": "LockScreen", "option": "background", "type": "string", "default": "default.jpg", "possible": "File in `backgrounds/`", "desc": "Background of the lock screen.
Supported formats: jpg, png, avi, mp4, mov, mkv, m4v, webm. .gifs are not supported as they may cause SDDM to crash.
See also: animated-background-placeholder", "property": "lockScreenBackground"}, {"category": "LockScreen", "option": "use-background-color", "type": "bool", "default": "false", "possible": "'true' | 'false'", "desc": "Whether or not to use a plain color as background of the lock screen instead of an image/video file.", "property": "lockScreenUseBackgroundColor"}, {"category": "LockScreen", "option": "background-color", "type": "color", "default": "#000000", "possible": "QColor", "desc": "The color to be used as background of the lock screen.
See also: use-background-color", "property": "lockScreenBackgroundColor"}, {"category": "LockScreen", "option": "blur", "type": "int", "default": "0", "possible": "", "desc": "Amount of blur to be applied to the background of the lock screen. 0 means no blur.", "property": "lockScreenBlur"}, {"category": "LockScreen", "option": "brightness", "type": "real", "default": "0.0", "possible": "-1.0 \u2264 R \u2264 1.0", "desc": "Brightness of the background of the lock screen. 0.0 leaves unchanged, -1.0 makes it black and 1.0 white.", "property": "lockScreenBrightness"}], "LockScreen.Clock": [{"category": "LockScreen.Clock", "option": "display", "type": "bool", "default": "true", "possible": "'true' | 'false'", "desc": "Whether or not to display the clock in the lock screen.", "property": "clockDisplay"}, {"category": "LockScreen.Clock", "option": "position", "type": "string", "default": "top-center", "possible": "'top-left' | 'top-center' | 'top-right' | 'center-left' | 'center' | 'center-right' | 'bottom-left' | 'bottom-center' | 'bottom-right'", "desc": "Position of the clock and date in the lock screen.
See also:
LockScreen/padding-top", "property": "clockPosition"}, {"category": "LockScreen.Clock", "option": "align", "type": "string", "default": "center", "possible": "'left' | 'center' | 'right'", "desc": "Relative alignment of the clock and date.", "property": "clockAlign"}, {"category": "LockScreen.Clock", "option": "format", "type": "string", "default": "hh:mm", "possible": "QTime", "desc": "Format string used for the clock.", "property": "clockFormat"}, {"category": "LockScreen.Clock", "option": "font-family", "type": "string", "default": "RedHatDisplay", "possible": "", "desc": "Font family used for the clock.", "property": "clockFontFamily"}, {"category": "LockScreen.Clock", "option": "font-size", "type": "int", "default": "70", "possible": "", "desc": "Font size of the clock.", "property": "clockFontSize"}, {"category": "LockScreen.Clock", "option": "font-weight", "type": "int", "default": "900", "possible": "", "desc": "Font weight of the clock. 400 = regular, 600 = bold, 800 = black", "property": "clockFontWeight"}, {"category": "LockScreen.Clock", "option": "color", "type": "color", "default": "#FFFFFF", "possible": "QColor", "desc": "Color of the clock.", "property": "clockColor"}], "LockScreen.Date": [{"category": "LockScreen.Date", "option": "display", "type": "bool", "default": "true", "possible": "'true' | 'false'", "desc": "Whether or not to display the date in the lock screen.", "property": "dateDisplay"}, {"category": "LockScreen.Date", "option": "format", "type": "string", "default": "dddd, MMMM dd, yyyy", "possible": "QDate", "desc": "Format string used for the date.", "property": "dateFormat"}, {"category": "LockScreen.Date", "option": "font-family", "type": "string", "default": "RedHatDisplay", "possible": "", "desc": "Font family used for the date.", "property": "dateFontFamily"}, {"category": "LockScreen.Date", "option": "font-size", "type": "int", "default": "14", "possible": "", "desc": "Font size of the date.", "property": "dateFontSize"}, {"category": "LockScreen.Date", "option": "font-weight", "type": "int", "default": "400", "possible": "", "desc": "Font weight of the date. 400 = regular, 600 = bold, 800 = black", "property": "dateFontWeight"}, {"category": "LockScreen.Date", "option": "color", "type": "color", "default": "#FFFFFF", "possible": "QColor", "desc": "Color of the date.", "property": "dateColor"}, {"category": "LockScreen.Date", "option": "margin-top", "type": "int", "default": "0", "possible": "", "desc": "Top margin from the clock", "property": "dateMarginTop"}], "LockScreen.Message": [{"category": "LockScreen.Message", "option": "display", "type": "bool", "default": "true", "possible": "'true' | 'false'", "desc": "Whether or not to display the custom message in the lock screen.", "property": "lockMessageDisplay"}, {"category": "LockScreen.Message", "option": "position", "type": "string", "default": "bottom-center", "possible": "'top-left' | 'top-center' | 'top-right' | 'center-left' | 'center' | 'center-right' | 'bottom-left' | 'bottom-center' | 'bottom-right'", "desc": "Position of the custom message in the lock screen.
See also: LockScreen/padding-top", "property": "lockMessagePosition"}, {"category": "LockScreen.Message", "option": "align", "type": "string", "default": "center", "possible": "'left' | 'center' | 'right'", "desc": "Relative alignment of the custom message and its icon.", "property": "lockMessageAlign"}, {"category": "LockScreen.Message", "option": "text", "type": "string", "default": "Press any key", "possible": "", "desc": "Text of the custom message.", "property": "lockMessageText"}, {"category": "LockScreen.Message", "option": "font-family", "type": "string", "default": "RedHatDisplay", "possible": "", "desc": "Font family used for the custom message.", "property": "lockMessageFontFamily"}, {"category": "LockScreen.Message", "option": "font-size", "type": "int", "default": "12", "possible": "", "desc": "Font size of the custom message.", "property": "lockMessageFontSize"}, {"category": "LockScreen.Message", "option": "font-weight", "type": "int", "default": "400", "possible": "", "desc": "Font weight of the date. 400 = regular, 600 = bold, 800 = black", "property": "lockMessageFontWeight"}, {"category": "LockScreen.Message", "option": "display-icon", "type": "bool", "default": "true", "possible": "'true' | 'false'", "desc": "Show or hide the icon above the message.", "property": "lockMessageDisplayIcon"}, {"category": "LockScreen.Message", "option": "icon", "type": "string", "default": "enter.svg", "possible": "File in `icons/`", "desc": "Icon above the custom message.", "property": "lockMessageIcon"}, {"category": "LockScreen.Message", "option": "icon-size", "type": "int", "default": "16", "possible": "", "desc": "Size of the custom message's icon.", "property": "lockMessageIconSize"}, {"category": "LockScreen.Message", "option": "color", "type": "color", "default": "#FFFFFF", "possible": "QColor", "desc": "Color of the custom message.", "property": "lockMessageColor"}, {"category": "LockScreen.Message", "option": "paint-icon", "type": "bool", "default": "true", "possible": "'true' | 'false'", "desc": "Whether or not to paint the icon with the same color as the text.", "property": "lockMessagePaintIcon"}, {"category": "LockScreen.Message", "option": "spacing", "type": "int", "default": "0", "possible": "", "desc": "Spacing between the icon and the text in the custom message.", "property": "lockMessageSpacing"}], "LoginScreen": [{"category": "LoginScreen", "option": "background", "type": "string", "default": "default.jpg", "possible": "File in `backgrounds/`", "desc": "Background of the login screen.
Supported formats: jpg, png, avi, mp4, mov, mkv, m4v, webm. .gifs are not supported as they may cause SDDM to crash.
See also: animated-background-placeholder", "property": "loginScreenBackground"}, {"category": "LoginScreen", "option": "use-background-color", "type": "bool", "default": "false", "possible": "'true' | 'false'", "desc": "Whether or not to use a plain color as background of the login screen instead of an image/video file.", "property": "loginScreenUseBackgroundColor"}, {"category": "LoginScreen", "option": "background-color", "type": "color", "default": "#000000", "possible": "QColor", "desc": "The color to be used as background of the login screen.
See also: use-background-color", "property": "loginScreenBackgroundColor"}, {"category": "LoginScreen", "option": "blur", "type": "int", "default": "0", "possible": "", "desc": "Amount of blur to be applied to the background of the login screen. 0 means no blur.", "property": "loginScreenBlur"}, {"category": "LoginScreen", "option": "brightness", "type": "real", "default": "0.0", "possible": "-1.0 \u2264 R \u2264 1.0", "desc": "Brightness of the background of the login screen. 0.0 leaves unchanged, -1.0 makes it black and 1.0 white.", "property": "loginScreenBrightness"}], "LoginScreen.LoginArea": [{"category": "LoginScreen.LoginArea", "option": "position", "type": "string", "default": "center", "possible": "'left' | 'center' | 'right'", "desc": "Position of the login area.", "property": "loginAreaPosition"}, {"category": "LoginScreen.LoginArea", "option": "margin", "type": "int", "default": "0", "possible": "", "desc": "Margin of the login area relative to its anchor point.
If position is set to `center`, this option specifies the top margin, left/right margin otherwise.

Set this option to `-1` to center the login area.", "property": "loginAreaMargin"}], "LoginScreen.LoginArea.Avatar": [{"category": "LoginScreen.LoginArea.Avatar", "option": "shape", "type": "string", "default": "circle", "possible": "'circle' || 'square'", "desc": "Shape of the avatar.
See also:
border-radius", "property": "avatarShape"}, {"category": "LoginScreen.LoginArea.Avatar", "option": "border-radius", "type": "int", "default": "0", "possible": "", "desc": "Border radius of the 'square' avatar.
See also:
shape", "property": "avatarBorderRadius"}, {"category": "LoginScreen.LoginArea.Avatar", "option": "active-size", "type": "int", "default": "120", "possible": "", "desc": "Size of the selected user's avatar.", "property": "avatarActiveSize"}, {"category": "LoginScreen.LoginArea.Avatar", "option": "inactive-size", "type": "int", "default": "80", "possible": "", "desc": "Size of the non-selected user avatars.", "property": "avatarInactiveSize"}, {"category": "LoginScreen.LoginArea.Avatar", "option": "inactive-opacity", "type": "real", "default": "0.35", "possible": "0.0 \u2264 R \u2264 1.0", "desc": "Opacity of the non-selected avatars.", "property": "avatarInactiveOpacity"}, {"category": "LoginScreen.LoginArea.Avatar", "option": "active-border-size", "type": "int", "default": "0", "possible": "", "desc": "Border size of the selected user's avatar.", "property": "avatarActiveBorderSize"}, {"category": "LoginScreen.LoginArea.Avatar", "option": "inactive-border-size", "type": "int", "default": "0", "possible": "", "desc": "Border size of the non-selected avatars.", "property": "avatarInactiveBorderSize"}, {"category": "LoginScreen.LoginArea.Avatar", "option": "active-border-color", "type": "color", "default": "#FFFFFF", "possible": "QColor", "desc": "Border color of the selected user's avatar.", "property": "avatarActiveBorderColor"}, {"category": "LoginScreen.LoginArea.Avatar", "option": "inactive-border-color", "type": "color", "default": "#FFFFFF", "possible": "QColor", "desc": "Border color of the non-selected avatars.", "property": "avatarInactiveBorderColor"}], "LoginScreen.LoginArea.Username": [{"category": "LoginScreen.LoginArea.Username", "option": "font-family", "type": "string", "default": "RedHatDisplay", "possible": "", "desc": "Font family used for the username.", "property": "usernameFontFamily"}, {"category": "LoginScreen.LoginArea.Username", "option": "font-size", "type": "int", "default": "16", "possible": "", "desc": "Font size of the username.", "property": "usernameFontSize"}, {"category": "LoginScreen.LoginArea.Username", "option": "font-weight", "type": "int", "default": "900", "possible": "", "desc": "Font weight of the username. 400 = regular, 600 = bold, 800 = black", "property": "usernameFontWeight"}, {"category": "LoginScreen.LoginArea.Username", "option": "color", "type": "color", "default": "#FFFFFF", "possible": "QColor", "desc": "Color of the username.", "property": "usernameColor"}, {"category": "LoginScreen.LoginArea.Username", "option": "margin", "type": "int", "default": "0", "possible": "", "desc": "Distance of the username from the avatar.", "property": "usernameMargin"}], "LoginScreen.LoginArea.PasswordInput": [{"category": "LoginScreen.LoginArea.PasswordInput", "option": "width", "type": "int", "default": "200", "possible": "", "desc": "Width of the password field.", "property": "passwordInputWidth"}, {"category": "LoginScreen.LoginArea.PasswordInput", "option": "height", "type": "int", "default": "30", "possible": "", "desc": "Height of the password field. This option also defines the size of the login button.", "property": "passwordInputHeight"}, {"category": "LoginScreen.LoginArea.PasswordInput", "option": "display-icon", "type": "bool", "default": "true", "possible": "'true' | 'false'", "desc": "Whether or not to display the icon in the password field.", "property": "passwordInputDisplayIcon"}, {"category": "LoginScreen.LoginArea.PasswordInput", "option": "font-family", "type": "string", "default": "RedHatDisplay", "possible": "", "desc": "Font family of the password field.", "property": "passwordInputFontFamily"}, {"category": "LoginScreen.LoginArea.PasswordInput", "option": "font-size", "type": "int", "default": "12", "possible": "", "desc": "Font size of the password field.", "property": "passwordInputFontSize"}, {"category": "LoginScreen.LoginArea.PasswordInput", "option": "icon", "type": "string", "default": "password.svg", "possible": "File in `icons/`", "desc": "Icon in the password field.", "property": "passwordInputIcon"}, {"category": "LoginScreen.LoginArea.PasswordInput", "option": "icon-size", "type": "int", "default": "16", "possible": "", "desc": "Size of the icon inside the password field.", "property": "passwordInputIconSize"}, {"category": "LoginScreen.LoginArea.PasswordInput", "option": "content-color", "type": "color", "default": "#FFFFFF", "possible": "QColor", "desc": "Color of text/icon in the password field.", "property": "passwordInputContentColor"}, {"category": "LoginScreen.LoginArea.PasswordInput", "option": "background-color", "type": "color", "default": "#FFFFFF", "possible": "QColor", "desc": "Background color of the password field.", "property": "passwordInputBackgroundColor"}, {"category": "LoginScreen.LoginArea.PasswordInput", "option": "background-opacity", "type": "real", "default": "0.0", "possible": "0.0 \u2264 R \u2264 1.0", "desc": "Opacity of the background of the password field.", "property": "passwordInputBackgroundOpacity"}, {"category": "LoginScreen.LoginArea.PasswordInput", "option": "border-size", "type": "int", "default": "0", "possible": "", "desc": "Size of the border of the password field.", "property": "passwordInputBorderSize"}, {"category": "LoginScreen.LoginArea.PasswordInput", "option": "border-color", "type": "color", "default": "#FFFFFF", "possible": "QColor", "desc": "Color of the border of the password field.", "property": "passwordInputBorderColor"}, {"category": "LoginScreen.LoginArea.PasswordInput", "option": "border-radius-left", "type": "int", "default": "0", "possible": "", "desc": "Left border radius of the password field.", "property": "passwordInputBorderRadiusLeft"}, {"category": "LoginScreen.LoginArea.PasswordInput", "option": "border-radius-right", "type": "int", "default": "0", "possible": "", "desc": "Right border radius of the password field.", "property": "passwordInputBorderRadiusRight"}, {"category": "LoginScreen.LoginArea.PasswordInput", "option": "margin-top", "type": "int", "default": "0", "possible": "", "desc": "Distance of the password field/login button from the username.", "property": "passwordInputMarginTop"}], "LoginScreen.LoginArea.LoginButton": [{"category": "LoginScreen.LoginArea.LoginButton", "option": "background-color", "type": "color", "default": "#FFFFFF", "possible": "QColor", "desc": "Background color of the login button.", "property": "loginButtonBackgroundColor"}, {"category": "LoginScreen.LoginArea.LoginButton", "option": "background-opacity", "type": "real", "default": "0.0", "possible": "0.0 \u2264 R \u2264 1.0", "desc": "Opacity of the background of the login button.", "property": "loginButtonBackgroundOpacity"}, {"category": "LoginScreen.LoginArea.LoginButton", "option": "active-background-color", "type": "color", "default": "#FFFFFF", "possible": "QColor", "desc": "Background color of the login button when hovered/focused.", "property": "loginButtonActiveBackgroundColor"}, {"category": "LoginScreen.LoginArea.LoginButton", "option": "active-background-opacity", "type": "real", "default": "0.0", "possible": "0.0 \u2264 R \u2264 1.0", "desc": "Opacity of the background of the login button when hovered/focused.", "property": "loginButtonActiveBackgroundOpacity"}, {"category": "LoginScreen.LoginArea.LoginButton", "option": "icon", "type": "string", "default": "arrow-right.svg", "possible": "File in `icons/`", "desc": "Icon in the login button", "property": "loginButtonIcon"}, {"category": "LoginScreen.LoginArea.LoginButton", "option": "icon-size", "type": "int", "default": "18", "possible": "", "desc": "Size of the icon in the login button.", "property": "loginButtonIconSize"}, {"category": "LoginScreen.LoginArea.LoginButton", "option": "content-color", "type": "color", "default": "#FFFFFF", "possible": "QColor", "desc": "Color of the icon/text in the login button.", "property": "loginButtonContentColor"}, {"category": "LoginScreen.LoginArea.LoginButton", "option": "active-content-color", "type": "color", "default": "#FFFFFF", "possible": "QColor", "desc": "Color of the icon/text in the login button when hovered/focused.", "property": "loginButtonActiveContentColor"}, {"category": "LoginScreen.LoginArea.LoginButton", "option": "border-size", "type": "int", "default": "0", "possible": "", "desc": "Border size of the login button.", "property": "loginButtonBorderSize"}, {"category": "LoginScreen.LoginArea.LoginButton", "option": "border-color", "type": "color", "default": "#FFFFFF", "possible": "QColor", "desc": "Border color of the login button.", "property": "loginButtonBorderColor"}, {"category": "LoginScreen.LoginArea.LoginButton", "option": "border-radius-left", "type": "int", "default": "0", "possible": "", "desc": "Left border radius of the login button.", "property": "loginButtonBorderRadiusLeft"}, {"category": "LoginScreen.LoginArea.LoginButton", "option": "border-radius-right", "type": "int", "default": "0", "possible": "", "desc": "Right border radius of the login button.", "property": "loginButtonBorderRadiusRight"}, {"category": "LoginScreen.LoginArea.LoginButton", "option": "margin-left", "type": "int", "default": "0", "possible": "", "desc": "Distance of the login button from the password field.", "property": "loginButtonMarginLeft"}, {"category": "LoginScreen.LoginArea.LoginButton", "option": "show-text-if-no-password", "type": "bool", "default": "true", "possible": "'true' | 'false'", "desc": "Whether or not to show a label in the login button when the password field is not visible.", "property": "loginButtonShowTextIfNoPassword"}, {"category": "LoginScreen.LoginArea.LoginButton", "option": "hide-if-not-needed", "type": "bool", "default": "false", "possible": "'true' | 'false'", "desc": "Whether or not to hide the login button if the password field is visible. You can still log-in with [enter].", "property": "loginButtonHideIfNotNeeded"}, {"category": "LoginScreen.LoginArea.LoginButton", "option": "font-family", "type": "string", "default": "RedHatDisplay", "possible": "", "desc": "Font family of the label of the login button/", "property": "loginButtonFontFamily"}, {"category": "LoginScreen.LoginArea.LoginButton", "option": "font-size", "type": "int", "default": "12", "possible": "", "desc": "Font size of the label of the login button.", "property": "loginButtonFontSize"}, {"category": "LoginScreen.LoginArea.LoginButton", "option": "font-weight", "type": "int", "default": "600", "possible": "", "desc": "Font weight of the label of the login button. 400 = regular, 600 = bold, 800 = black", "property": "loginButtonFontWeight"}], "LoginScreen.LoginArea.Spinner": [{"category": "LoginScreen.LoginArea.Spinner", "option": "display-text", "type": "bool", "default": "true", "possible": "'true' | 'false'", "desc": "Whether or not to display the text with the spinning icon.", "property": "spinnerDisplayText"}, {"category": "LoginScreen.LoginArea.Spinner", "option": "text", "type": "string", "default": "Logging in", "possible": "", "desc": "Text to be displayed with the spinning icon.", "property": "spinnerText"}, {"category": "LoginScreen.LoginArea.Spinner", "option": "font-family", "type": "string", "default": "RedHatDisplay", "possible": "", "desc": "Font family of the text to be displayed with the spinning icon.", "property": "spinnerFontFamily"}, {"category": "LoginScreen.LoginArea.Spinner", "option": "font-weight", "type": "int", "default": "600", "possible": "", "desc": "Font weight of the text to be displayed with the spinning icon. 400 = regular, 600 = bold, 800 = black", "property": "spinnerFontWeight"}, {"category": "LoginScreen.LoginArea.Spinner", "option": "font-size", "type": "int", "default": "12", "possible": "", "desc": "Font size of the spinner's text.", "property": "spinnerFontSize"}, {"category": "LoginScreen.LoginArea.Spinner", "option": "icon-size", "type": "int", "default": "32", "possible": "", "desc": "Size of the spinning icon.", "property": "spinnerIconSize"}, {"category": "LoginScreen.LoginArea.Spinner", "option": "icon", "type": "string", "default": "spinner.svg", "possible": "File in `icons/`", "desc": "Spinning icon.", "property": "spinnerIcon"}, {"category": "LoginScreen.LoginArea.Spinner", "option": "color", "type": "color", "default": "#FFFFFF", "possible": "QColor", "desc": "Color of the spinning icon and its text.", "property": "spinnerColor"}, {"category": "LoginScreen.LoginArea.Spinner", "option": "spacing", "type": "int", "default": "0", "possible": "", "desc": "Spacing between the spinning icon and its text.", "property": "spinnerSpacing"}], "LoginScreen.LoginArea.WarningMessage": [{"category": "LoginScreen.LoginArea.WarningMessage", "option": "font-family", "type": "string", "default": "RedHatDisplay", "possible": "", "desc": "Font family of the warning message.", "property": "warningMessageFontFamily"}, {"category": "LoginScreen.LoginArea.WarningMessage", "option": "font-size", "type": "int", "default": "11", "possible": "", "desc": "Font size of the warning message.", "property": "warningMessageFontSize"}, {"category": "LoginScreen.LoginArea.WarningMessage", "option": "font-weight", "type": "int", "default": "400", "possible": "", "desc": "Font weight of the warning message. 400 = regular, 600 = bold, 800 = black", "property": "warningMessageFontWeight"}, {"category": "LoginScreen.LoginArea.WarningMessage", "option": "normal-color", "type": "color", "default": "#FFFFFF", "possible": "QColor", "desc": "Color of the warning message for normal messages.", "property": "warningMessageNormalColor"}, {"category": "LoginScreen.LoginArea.WarningMessage", "option": "warning-color", "type": "color", "default": "#FFFFFF", "possible": "QColor", "desc": "Color of the warning message for warnings.", "property": "warningMessageWarningColor"}, {"category": "LoginScreen.LoginArea.WarningMessage", "option": "error-color", "type": "color", "default": "#FFFFFF", "possible": "QColor", "desc": "Color of the warning message for error messages.", "property": "warningMessageErrorColor"}, {"category": "LoginScreen.LoginArea.WarningMessage", "option": "margin-top", "type": "int", "default": "0", "possible": "", "desc": "Distance of the warning message from the password field/login button.", "property": "warningMessageMarginTop"}], "LoginScreen.MenuArea.Buttons": [{"category": "LoginScreen.MenuArea.Buttons", "option": "margin-top", "type": "int", "default": "0", "possible": "", "desc": "Top margin of the menu buttons.", "property": "menuAreaButtonsMarginTop"}, {"category": "LoginScreen.MenuArea.Buttons", "option": "margin-right", "type": "int", "default": "0", "possible": "", "desc": "Right margin of the menu buttons.", "property": "menuAreaButtonsMarginRight"}, {"category": "LoginScreen.MenuArea.Buttons", "option": "margin-bottom", "type": "int", "default": "0", "possible": "", "desc": "Bottom margin of the menu buttons.", "property": "menuAreaButtonsMarginBottom"}, {"category": "LoginScreen.MenuArea.Buttons", "option": "margin-left", "type": "int", "default": "0", "possible": "", "desc": "Left margin of the menu buttons.", "property": "menuAreaButtonsMarginLeft"}, {"category": "LoginScreen.MenuArea.Buttons", "option": "size", "type": "int", "default": "30", "possible": "", "desc": "Size of the menu buttons.", "property": "menuAreaButtonsSize"}, {"category": "LoginScreen.MenuArea.Buttons", "option": "border-radius", "type": "int", "default": "0", "possible": "", "desc": "Border radius of the menu buttons.", "property": "menuAreaButtonsBorderRadius"}, {"category": "LoginScreen.MenuArea.Buttons", "option": "spacing", "type": "int", "default": "0", "possible": "", "desc": "Spacing between menu buttons placed in the same position.", "property": "menuAreaButtonsSpacing"}, {"category": "LoginScreen.MenuArea.Buttons", "option": "font-family", "type": "string", "default": "RedHatDisplay", "possible": "", "desc": "Font family of the menu buttons.", "property": "menuAreaButtonsFontFamily"}], "LoginScreen.MenuArea.Popups": [{"category": "LoginScreen.MenuArea.Popups", "option": "max-height", "type": "int", "default": "300", "possible": "", "desc": "Max height of the popups.", "property": "menuAreaPopupsMaxHeight"}, {"category": "LoginScreen.MenuArea.Popups", "option": "item-height", "type": "int", "default": "30", "possible": "", "desc": "Height of the items inside a popup.", "property": "menuAreaPopupsItemHeight"}, {"category": "LoginScreen.MenuArea.Popups", "option": "item-spacing", "type": "int", "default": "0", "possible": "", "desc": "Spacing between items inside a popup.", "property": "menuAreaPopupsSpacing"}, {"category": "LoginScreen.MenuArea.Popups", "option": "padding", "type": "int", "default": "0", "possible": "", "desc": "Padding of the popups.", "property": "menuAreaPopupsPadding"}, {"category": "LoginScreen.MenuArea.Popups", "option": "display-scrollbar", "type": "bool", "default": "true", "possible": "'true' | 'false'", "desc": "Whether or not to display a scrollbar in the popups if its items don't fit.", "property": "menuAreaPopupsDisplayScrollbar"}, {"category": "LoginScreen.MenuArea.Popups", "option": "margin", "type": "int", "default": "0", "possible": "", "desc": "Distance of the popup from its button.", "property": "menuAreaPopupsMargin"}, {"category": "LoginScreen.MenuArea.Popups", "option": "background-color", "type": "color", "default": "#FFFFFF", "possible": "QColor", "desc": "Background color of the popups.", "property": "menuAreaPopupsBackgroundColor"}, {"category": "LoginScreen.MenuArea.Popups", "option": "background-opacity", "type": "real", "default": "0.0", "possible": "0.0 \u2264 R \u2264 1.0", "desc": "Opacity of the background of the popups.", "property": "menuAreaPopupsBackgroundOpacity"}, {"category": "LoginScreen.MenuArea.Popups", "option": "active-option-background-color", "type": "color", "default": "#FFFFFF", "possible": "QColor", "desc": "Background color of the hovered/focused item in the popup.", "property": "menuAreaPopupsActiveOptionBackgroundColor"}, {"category": "LoginScreen.MenuArea.Popups", "option": "active-option-background-opacity", "type": "real", "default": "0.0", "possible": "0.0 \u2264 R \u2264 1.0", "desc": "Opacity of the background of the hovered/focused item in the popup.", "property": "menuAreaPopupsActiveOptionBackgroundOpacity"}, {"category": "LoginScreen.MenuArea.Popups", "option": "content-color", "type": "color", "default": "#FFFFFF", "possible": "QColor", "desc": "Color of the text of the non-selected items in the popup.", "property": "menuAreaPopupsContentColor"}, {"category": "LoginScreen.MenuArea.Popups", "option": "active-content-color", "type": "color", "default": "#FFFFFF", "possible": "QColor", "desc": "Color of the text of the hovered/focused item in the popup.", "property": "menuAreaPopupsActiveContentColor"}, {"category": "LoginScreen.MenuArea.Popups", "option": "font-family", "type": "string", "default": "RedHatDisplay", "possible": "", "desc": "Font family of the popups.", "property": "menuAreaPopupsFontFamily"}, {"category": "LoginScreen.MenuArea.Popups", "option": "border-size", "type": "int", "default": "0", "possible": "", "desc": "Size of the border of the popups.", "property": "menuAreaPopupsBorderSize"}, {"category": "LoginScreen.MenuArea.Popups", "option": "border-color", "type": "color", "default": "#FFFFFF", "possible": "QColor", "desc": "Color of the border of the popups.", "property": "menuAreaPopupsBorderColor"}, {"category": "LoginScreen.MenuArea.Popups", "option": "font-size", "type": "int", "default": "11", "possible": "", "desc": "Font size of the popups.", "property": "menuAreaPopupsFontSize"}, {"category": "LoginScreen.MenuArea.Popups", "option": "icon-size", "type": "int", "default": "16", "possible": "", "desc": "Size of the icons in the popups.", "property": "menuAreaPopupsIconSize"}], "LoginScreen.MenuArea.Session": [{"category": "LoginScreen.MenuArea.Session", "option": "display", "type": "bool", "default": "true", "possible": "'true' | 'false'", "desc": "Whether or not to display the session button.", "property": "sessionDisplay"}, {"category": "LoginScreen.MenuArea.Session", "option": "position", "type": "string", "default": "bottom-left", "possible": "'top-left' | 'top-center' | 'top-right' | 'center-left' | 'center-right' | 'bottom-left' | 'bottom-center' | 'bottom-right'", "desc": "Position of the session button.", "property": "sessionPosition"}, {"category": "LoginScreen.MenuArea.Session", "option": "index", "type": "int", "default": "0", "possible": "", "desc": "This number is used to sort menu buttons placed in the same position.", "property": "sessionIndex"}, {"category": "LoginScreen.MenuArea.Session", "option": "popup-direction", "type": "string", "default": "up", "possible": "'up' | 'down' | 'left' | 'right'", "desc": "Which direction to open the session popup to.", "property": "sessionPopupDirection"}, {"category": "LoginScreen.MenuArea.Session", "option": "popup-align", "type": "string", "default": "center", "possible": "'start' | 'center' | 'end' //", "desc": "Alignment of the session popup.", "property": "sessionPopupAlign"}, {"category": "LoginScreen.MenuArea.Session", "option": "display-session-name", "type": "bool", "default": "true", "possible": "'true' | 'false'", "desc": "Whether or not to display the name of the current session in the session button.", "property": "sessionDisplaySessionName"}, {"category": "LoginScreen.MenuArea.Session", "option": "button-width", "type": "int", "default": "200", "possible": "", "desc": "Width of the session button. Set this to '-1' to make it the same as its contents.
This option is not applied if 'display-session-name' is set to true.", "property": "sessionButtonWidth"}, {"category": "LoginScreen.MenuArea.Session", "option": "popup-width", "type": "int", "default": "200", "possible": "", "desc": "Width of the session popup.", "property": "sessionPopupWidth"}, {"category": "LoginScreen.MenuArea.Session", "option": "background-color", "type": "color", "default": "#FFFFFF", "possible": "QColor", "desc": "Background color of the session button.", "property": "sessionBackgroundColor"}, {"category": "LoginScreen.MenuArea.Session", "option": "background-opacity", "type": "real", "default": "0.0", "possible": "0.0 \u2264 R \u2264 1.0", "desc": "Opacity of the background of the session button.", "property": "sessionBackgroundOpacity"}, {"category": "LoginScreen.MenuArea.Session", "option": "active-background-opacity", "type": "real", "default": "0.0", "possible": "0.0 \u2264 R \u2264 1.0", "desc": "Opacity of the background of the session button when hovered/focused.", "property": "sessionActiveBackgroundOpacity"}, {"category": "LoginScreen.MenuArea.Session", "option": "content-color", "type": "color", "default": "#FFFFFF", "possible": "QColor", "desc": "Color of the icon and text in the session button.", "property": "sessionContentColor"}, {"category": "LoginScreen.MenuArea.Session", "option": "active-content-color", "type": "color", "default": "#FFFFFF", "possible": "QColor", "desc": "Color of the icon and text in the session button when hovered/focused.", "property": "sessionActiveContentColor"}, {"category": "LoginScreen.MenuArea.Session", "option": "border-size", "type": "int", "default": "0", "possible": "", "desc": "Size of the border of the session button. The color of the border is defined by 'content-color' and 'active-content-color'.", "property": "sessionBorderSize"}, {"category": "LoginScreen.MenuArea.Session", "option": "font-size", "type": "int", "default": "10", "possible": "", "desc": "Font size of the session button.", "property": "sessionFontSize"}, {"category": "LoginScreen.MenuArea.Session", "option": "icon-size", "type": "int", "default": "16", "possible": "", "desc": "Size of the icon in the session button.", "property": "sessionIconSize"}], "LoginScreen.MenuArea.Layout": [{"category": "LoginScreen.MenuArea.Layout", "option": "display", "type": "bool", "default": "true", "possible": "'true' | 'false'", "desc": "Whether or not to display the layout button.", "property": "layoutDisplay"}, {"category": "LoginScreen.MenuArea.Layout", "option": "position", "type": "string", "default": "bottom-right", "possible": "'top-left' | 'top-center' | 'top-right' | 'center-left' | 'center-right' | 'bottom-left' | 'bottom-center' | 'bottom-right'", "desc": "Position of the layout button.", "property": "layoutPosition"}, {"category": "LoginScreen.MenuArea.Layout", "option": "index", "type": "int", "default": "1", "possible": "", "desc": "This number is used to sort menu buttons placed in the same position.", "property": "layoutIndex"}, {"category": "LoginScreen.MenuArea.Layout", "option": "popup-direction", "type": "string", "default": "up", "possible": "'up' | 'down' | 'left' | 'right'", "desc": "Which direction to open the layout popup to.", "property": "layoutPopupDirection"}, {"category": "LoginScreen.MenuArea.Layout", "option": "popup-align", "type": "string", "default": "center", "possible": "'start' | 'center' | 'end'", "desc": "Alignment of the session popup.", "property": "layoutPopupAlign"}, {"category": "LoginScreen.MenuArea.Layout", "option": "popup-width", "type": "int", "default": "180", "possible": "", "desc": "Width of the layout popup.", "property": "layoutPopupWidth"}, {"category": "LoginScreen.MenuArea.Layout", "option": "display-layout-name", "type": "bool", "default": "true", "possible": "'true' | 'false'", "desc": "Whether or not to display the country code of the current layout in the layout button.", "property": "layoutDisplayLayoutName"}, {"category": "LoginScreen.MenuArea.Layout", "option": "background-color", "type": "color", "default": "#FFFFFF", "possible": "QColor", "desc": "Background color of the layout button.", "property": "layoutBackgroundColor"}, {"category": "LoginScreen.MenuArea.Layout", "option": "background-opacity", "type": "real", "default": "0.0", "possible": "0.0 \u2264 R \u2264 1.0", "desc": "Opacity of the background of the layout button.", "property": "layoutBackgroundOpacity"}, {"category": "LoginScreen.MenuArea.Layout", "option": "active-background-opacity", "type": "real", "default": "0.0", "possible": "0.0 \u2264 R \u2264 1.0", "desc": "Opacity of the background of the layout button when hovered/focused.", "property": "layoutActiveBackgroundOpacity"}, {"category": "LoginScreen.MenuArea.Layout", "option": "content-color", "type": "color", "default": "#FFFFFF", "possible": "QColor", "desc": "Color of the icon and text in the layout button.", "property": "layoutContentColor"}, {"category": "LoginScreen.MenuArea.Layout", "option": "active-content-color", "type": "color", "default": "#FFFFFF", "possible": "QColor", "desc": "Color of the icon and text in the layout button when hovered/focused.", "property": "layoutActiveContentColor"}, {"category": "LoginScreen.MenuArea.Layout", "option": "border-size", "type": "int", "default": "0", "possible": "", "desc": "Size of the border of the layouts button. The color of the border is defined by 'content-color' and 'active-content-color'.", "property": "layoutBorderSize"}, {"category": "LoginScreen.MenuArea.Layout", "option": "font-size", "type": "int", "default": "10", "possible": "", "desc": "Font size of the layout button.", "property": "layoutFontSize"}, {"category": "LoginScreen.MenuArea.Layout", "option": "icon", "type": "string", "default": "language.svg", "possible": "File in `icons/`", "desc": "Icon in the layout button.", "property": "layoutIcon"}, {"category": "LoginScreen.MenuArea.Layout", "option": "icon-size", "type": "int", "default": "16", "possible": "", "desc": "Size of the icon in the layout button.", "property": "layoutIconSize"}], "LoginScreen.MenuArea.Keyboard": [{"category": "LoginScreen.MenuArea.Keyboard", "option": "display", "type": "bool", "default": "true", "possible": "'true' | 'false'", "desc": "Whether or not to display the virtual keyboard toggle button.", "property": "keyboardDisplay"}, {"category": "LoginScreen.MenuArea.Keyboard", "option": "position", "type": "string", "default": "bottom-right", "possible": "'top-left' | 'top-center' | 'top-right' | 'center-left' | 'center-right' | 'bottom-left' | 'bottom-center' | 'bottom-right'", "desc": "Position of the virtual keyboard toggle button.", "property": "keyboardPosition"}, {"category": "LoginScreen.MenuArea.Keyboard", "option": "index", "type": "int", "default": "2", "possible": "", "desc": "This number is used to sort menu buttons placed in the same position.", "property": "keyboardIndex"}, {"category": "LoginScreen.MenuArea.Keyboard", "option": "background-color", "type": "color", "default": "#FFFFFF", "possible": "QColor", "desc": "Background color of the virtual keyboard toggle button.", "property": "keyboardBackgroundColor"}, {"category": "LoginScreen.MenuArea.Keyboard", "option": "background-opacity", "type": "real", "default": "0.0", "possible": "0.0 \u2264 R \u2264 1.0", "desc": "Opacity of the background of the virtual keyboard toggle button", "property": "keyboardBackgroundOpacity"}, {"category": "LoginScreen.MenuArea.Keyboard", "option": "active-background-opacity", "type": "real", "default": "0.0", "possible": "0.0 \u2264 R \u2264 1.0", "desc": "Opacity of the background of the virtual keyboard toggle button when hovered/focused.", "property": "keyboardActiveBackgroundOpacity"}, {"category": "LoginScreen.MenuArea.Keyboard", "option": "content-color", "type": "color", "default": "#FFFFFF", "possible": "QColor", "desc": "Color of the icon in the virtual keyboard toggle button.", "property": "keyboardContentColor"}, {"category": "LoginScreen.MenuArea.Keyboard", "option": "active-content-color", "type": "color", "default": "#FFFFFF", "possible": "QColor", "desc": "Color of the icon in the virtual keyboard toggle button when hovered/focused.", "property": "keyboardActiveContentColor"}, {"category": "LoginScreen.MenuArea.Keyboard", "option": "border-size", "type": "int", "default": "0", "possible": "", "desc": "Border size of the virtual keyboard toggle button. The color of the border is defined by 'content-color' and 'active-content-color'.", "property": "keyboardBorderSize"}, {"category": "LoginScreen.MenuArea.Keyboard", "option": "icon", "type": "string", "default": "keyboard.svg", "possible": "File in `icons/`", "desc": "Icon in the virtual keyboard toggle button.", "property": "keyboardIcon"}, {"category": "LoginScreen.MenuArea.Keyboard", "option": "icon-size", "type": "int", "default": "16", "possible": "", "desc": "Size of the icon in the virtual keyboard toggle button.", "property": "keyboardIconSize"}], "LoginScreen.MenuArea.Power": [{"category": "LoginScreen.MenuArea.Power", "option": "display", "type": "bool", "default": "true", "possible": "'true' | 'false'", "desc": "Whether or not to display the power button.", "property": "powerDisplay"}, {"category": "LoginScreen.MenuArea.Power", "option": "position", "type": "string", "default": "bottom-right", "possible": "'top-left' | 'top-center' | 'top-right' | 'center-left' | 'center-right' | 'bottom-left' | 'bottom-center' | 'bottom-right'", "desc": "Position of the power button.", "property": "powerPosition"}, {"category": "LoginScreen.MenuArea.Power", "option": "index", "type": "int", "default": "3", "possible": "", "desc": "This number is used to sort menu buttons placed in the same position.", "property": "powerIndex"}, {"category": "LoginScreen.MenuArea.Power", "option": "popup-direction", "type": "string", "default": "up", "possible": "'up' | 'down' | 'left' | 'right'", "desc": "Which direction to open the power popup to.", "property": "powerPopupDirection"}, {"category": "LoginScreen.MenuArea.Power", "option": "popup-align", "type": "string", "default": "center", "possible": "'start' | 'center' | 'end'", "desc": "", "property": "powerPopupAlign"}, {"category": "LoginScreen.MenuArea.Power", "option": "popup-width", "type": "int", "default": "90", "possible": "", "desc": "Width of the power popup.", "property": "powerPopupWidth"}, {"category": "LoginScreen.MenuArea.Power", "option": "background-color", "type": "color", "default": "#FFFFFF", "possible": "QColor", "desc": "Background color of the power button.", "property": "powerBackgroundColor"}, {"category": "LoginScreen.MenuArea.Power", "option": "background-opacity", "type": "real", "default": "0.0", "possible": "0.0 \u2264 R \u2264 1.0", "desc": "Opacity of the background of the power button.", "property": "powerBackgroundOpacity"}, {"category": "LoginScreen.MenuArea.Power", "option": "active-background-opacity", "type": "real", "default": "0.0", "possible": "0.0 \u2264 R \u2264 1.0", "desc": "Opacity of the background of the power button when hovered/focused.", "property": "powerActiveBackgroundOpacity"}, {"category": "LoginScreen.MenuArea.Power", "option": "content-color", "type": "color", "default": "#FFFFFF", "possible": "QColor", "desc": "Color of the icon in the power button.", "property": "powerContentColor"}, {"category": "LoginScreen.MenuArea.Power", "option": "active-content-color", "type": "color", "default": "#FFFFFF", "possible": "QColor", "desc": "Color of the icon in the power button when hovered/focused.", "property": "powerActiveContentColor"}, {"category": "LoginScreen.MenuArea.Power", "option": "border-size", "type": "int", "default": "0", "possible": "", "desc": "Border size of the power button. The color of the border is defined by 'content-color' and 'active-content-color'.", "property": "powerBorderSize"}, {"category": "LoginScreen.MenuArea.Power", "option": "icon", "type": "string", "default": "power.svg", "possible": "File in `icons/`", "desc": "Icon in the power button.", "property": "powerIcon"}, {"category": "LoginScreen.MenuArea.Power", "option": "icon-size", "type": "int", "default": "16", "possible": "", "desc": "Size of the icon in the power button.", "property": "powerIconSize"}], "LoginScreen.VirtualKeyboard": [{"category": "LoginScreen.VirtualKeyboard", "option": "scale", "type": "int", "default": "1.0", "possible": "", "desc": "Scale of the virtual keyboard.", "property": "virtualKeyboardScale"}, {"category": "LoginScreen.VirtualKeyboard", "option": "position", "type": "string", "default": "login", "possible": "'login' | 'top' | 'bottom' | 'left' | 'right'", "desc": "Initial position of the virtual keyboard. You can drag the keyboard using the middle mouse button.", "property": "virtualKeyboardPosition"}, {"category": "LoginScreen.VirtualKeyboard", "option": "start-hidden", "type": "bool", "default": "true", "possible": "'true' | 'false'", "desc": "Whether or not the virtual keyboard should start hidden.", "property": "virtualKeyboardStartHidden"}, {"category": "LoginScreen.VirtualKeyboard", "option": "background-color", "type": "color", "default": "#FFFFFF", "possible": "QColor", "desc": "Color of the background of the virtual keyboard.", "property": "virtualKeyboardBackgroundColor"}, {"category": "LoginScreen.VirtualKeyboard", "option": "background-opacity", "type": "real", "default": "0.0", "possible": "0.0 \u2264 R \u2264 1.0", "desc": "Opacity of the background of the virtual keyboard.", "property": "virtualKeyboardBackgroundOpacity"}, {"category": "LoginScreen.VirtualKeyboard", "option": "key-content-color", "type": "color", "default": "#FFFFFF", "possible": "QColor", "desc": "Color of the keys' text/icon in the virtual keyboard.", "property": "virtualKeyboardKeyContentColor"}, {"category": "LoginScreen.VirtualKeyboard", "option": "key-color", "type": "color", "default": "#FFFFFF", "possible": "QColor", "desc": "Color of the background of the keys in the virtual keyboard.", "property": "virtualKeyboardKeyColor"}, {"category": "LoginScreen.VirtualKeyboard", "option": "key-opacity", "type": "real", "default": "0.0", "possible": "0.0 \u2264 R \u2264 1.0", "desc": "Opacity of the background of the keys in the virtual keybaord.", "property": "virtualKeyboardKeyOpacity"}, {"category": "LoginScreen.VirtualKeyboard", "option": "key-active-background-color", "type": "color", "default": "#FFFFFF", "possible": "QColor", "desc": "Color of the background of the special keys in the virtual keyboard.", "property": "virtualKeyboardKeyActiveBackgroundColor"}, {"category": "LoginScreen.VirtualKeyboard", "option": "key-active-opacity", "type": "real", "default": "0.0", "possible": "0.0 \u2264 R \u2264 1.0", "desc": "Opacity of the background of the special keys in the virtual keyboard.", "property": "virtualKeyboardKeyActiveOpacity"}, {"category": "LoginScreen.VirtualKeyboard", "option": "selection-background-color", "type": "color", "default": "#CCCCCC", "possible": "QColor", "desc": "Color of the background of the selected character in the virtual keyboard.", "property": "virtualKeyboardSelectionBackgroundColor"}, {"category": "LoginScreen.VirtualKeyboard", "option": "selection-content-color", "type": "color", "default": "#FFFFFF", "possible": "QColor", "desc": "Color of the text of the selected character in the virtual keyboard.", "property": "virtualKeyboardSelectionContentColor"}, {"category": "LoginScreen.VirtualKeyboard", "option": "primary-color", "type": "color", "default": "#000000", "possible": "QColor", "desc": "Color of the icon/text in special keys when they're active.", "property": "virtualKeyboardPrimaryColor"}, {"category": "LoginScreen.VirtualKeyboard", "option": "border-size", "type": "int", "default": "0", "possible": "", "desc": "Border size of the virtual keyboard and its keys.", "property": "virtualKeyboardBorderSize"}, {"category": "LoginScreen.VirtualKeyboard", "option": "border-color", "type": "color", "default": "#000000", "possible": "QColor", "desc": "Color of the border of the virtual keyboard and its keys.", "property": "virtualKeyboardBorderColor"}], "Tooltips": [{"category": "Tooltips", "option": "enable", "type": "bool", "default": "true", "possible": "'true' | 'false'", "desc": "Whether or not to show tooltips when hovering over buttons.", "property": "tooltipsEnable"}, {"category": "Tooltips", "option": "font-family", "type": "string", "default": "RedHatDisplay", "possible": "", "desc": "Font family of the tooltips.", "property": "tooltipsFontFamily"}, {"category": "Tooltips", "option": "font-size", "type": "int", "default": "11", "possible": "", "desc": "Font size of the tooltips.", "property": "tooltipsFontSize"}, {"category": "Tooltips", "option": "content-color", "type": "color", "default": "#FFFFFF", "possible": "QColor", "desc": "Color of the text in tooltips.", "property": "tooltipsContentColor"}, {"category": "Tooltips", "option": "background-color", "type": "color", "default": "#FFFFFF", "possible": "QColor", "desc": "Color of the background of the tooltips.", "property": "tooltipsBackgroundColor"}, {"category": "Tooltips", "option": "background-opacity", "type": "real", "default": "0.0", "possible": "0.0 \u2264 R \u2264 1.0", "desc": "Opacity of the background of the tooltips.", "property": "tooltipsBackgroundOpacity"}, {"category": "Tooltips", "option": "border-radius", "type": "int", "default": "5", "possible": "", "desc": "Border radius of the tooltips.", "property": "tooltipsBorderRadius"}, {"category": "Tooltips", "option": "disable-user", "type": "bool", "default": "false", "possible": "'true' | 'false'", "desc": "If false, disables only the tooltip for the user selector.", "property": "tooltipsDisableUser"}, {"category": "Tooltips", "option": "disable-login-button", "type": "bool", "default": "false", "possible": "'true' | 'false'", "desc": "If false, disabled only the tooltip for the login button.", "property": "tooltipsDisableLoginButton"}]}