You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
When selecting a theme with Hyde sddm select, I want to see a preview of the themes in fzf.
Describe the solution you'd like
I kinda got it working by stripping down the sddm project https://github.com/heeeeeeeeeeh/sddm-preview. Here's some recording if you like it I can make a pull request.
first time run:
Did you check the docs?
Is your feature request related to a problem? Please describe.
When selecting a theme with Hyde sddm select, I want to see a preview of the themes in fzf.
Describe the solution you'd like
I kinda got it working by stripping down the sddm project https://github.com/heeeeeeeeeeh/sddm-preview. Here's some recording if you like it I can make a pull request.
first time run:
vid1.mp4
second time when all the screenshots are taken.
vid2.mp4
Describe alternatives you've considered
I tried the first answer here:
https://stackoverflow.com/questions/17146747/capture-qml-drawing-buffer-without-displaying
but the screenshot would come out wonk. Maybe there is a way to capture a QQuickView without having to show it.
Additional context
No response