We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
First off thanks for this theme :)
I'd appreciate the option of applying the blur to my main background at all times. And maybe the blur radius?
I don't know anything about QML but I guess a simple ternary check here is sufficient? https://github.com/surajmandalcell/Elegant-sddm/blob/master/Elegant/Main.qml#L52
State { name: "stateLogin" PropertyChanges { target: loginFrame; opacity: 1} PropertyChanges { target: powerFrame; opacity: 0} PropertyChanges { target: sessionFrame; opacity: 0} PropertyChanges { target: userFrame; opacity: 0} PropertyChanges { target: bgBlur; radius: 0} // config.blur_login ? config.blur_radius : 0 }
The text was updated successfully, but these errors were encountered:
No branches or pull requests
First off thanks for this theme :)
I'd appreciate the option of applying the blur to my main background at all times. And maybe the blur radius?
I don't know anything about QML but I guess a simple ternary check here is sufficient?
https://github.com/surajmandalcell/Elegant-sddm/blob/master/Elegant/Main.qml#L52
The text was updated successfully, but these errors were encountered: