Skip to content
New issue

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

Add a blur option to the main background #4

Open
jrunestone opened this issue Apr 6, 2024 · 0 comments
Open

Add a blur option to the main background #4

jrunestone opened this issue Apr 6, 2024 · 0 comments

Comments

@jrunestone
Copy link

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
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant