this post was submitted on 05 Dec 2023
35 points (97.3% liked)

Linux

5384 readers
122 users here now

A community for everything relating to the linux operating system

Also check out [email protected]

Original icon base courtesy of [email protected] and The GIMP

founded 1 year ago
MODERATORS
35
submitted 11 months ago* (last edited 11 months ago) by Katzenmann to c/linux
 

https://github.com/FriederHannenheim/cthulock Hey everybody. I'm releasing my new screen locker for Wayland which you can easily customize using the Slint language. Feel free to ask me any questions in the comments.___

you are viewing a single comment's thread
view the rest of the comments
[–] Katzenmann 2 points 11 months ago

I was looking for a UI framework that could easily embedded into other applications. I'm doing all the communication with Wayland myself, then create an OpenGL context from the Wayland surface which Slint renders into. Also Slint has this language you can create UI's with, which I think is not too difficult for users to learn so anyone can customize their lock screen easily with it.