Files
sddm-theme/themes/sm1tee/docs/options.json

1 line
51 KiB
JSON
Raw Normal View History

2025-06-30 23:19:29 +03:00
{"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. <br/>See also: <a href=\"#clockposition\">Clock/position</a>, <a href=\"#lockmessageposition\">Message/position</a>.", "property": "lockScreenPaddingTop"}, {"category": "LockScreen", "option": "padding-right", "type": "int", "default": "0", "possible": "", "desc": "Right padding of the lock screen. <br/>See also: <a href=\"#clockposition\">Clock/position</a>, <a href=\"#lockmessageposition\">Message/position</a>.", "property": "lockScreenPaddingRight"}, {"category": "LockScreen", "option": "padding-bottom", "type": "int", "default": "0", "possible": "", "desc": "Bottom padding of the lock screen. <br/>See also: <a href=\"#clockposition\">Clock/position</a>, <a href=\"#lockmessageposition\">Message/position</a>.", "property": "lockScreenPaddingBottom"}, {"category": "LockScreen", "option": "padding-left", "type": "int", "default": "0", "possible": "", "desc": "Left padding of the lock screen. <br/>See also: <a href=\"#clockposition\">Clock/position</a>, <a href=\"#lockmessageposition\">Message/position</a>.", "property": "lockScreenPaddingLeft"}, {"category": "LockScreen", "option": "background", "type": "string", "default": "default.jpg", "possible": "File in `backgrounds/`", "desc": "Background of the lock screen.<br/>Supported formats: jpg, png, avi, mp4, mov, mkv, m4v, webm. <strong>.gifs are not supported as they may cause SDDM to crash.</strong> <br/>See also: <a href=\"#animatedbackgroundplaceholder\">animated-background-placeholder</a>", "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. <br/>See also: <a href=\"#lockscreenusebackgroundcolor\">use-background-color<a>", "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. <br />See also: <a href=\"#lockscreen