- Notifications
You must be signed in to change notification settings - Fork1
Wayland screen locker focused on customizability
License
FriederHannenheim/cthulock
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Cthulock is a screen locker for Wayland focused on customizability. You can style your lock screen using theSlint language. An example config is already provided for you to build upon.
Cthulock is still in development, if you have any suggestions for features please open an issue. Code contributions through pull requests are also always welcome.
- rust
- clang
- xkbcommon
- egl
- pam
If you have the repo cloned you can just do
$ cargo install --path .
Alternatively you can install from git like this
$ cargo install --git https://github.com/FriederHannenheim/cthulock.git
- Wayland compositor supporting ext-session-lock-v1
- OpenGL
Just run cthulock without any parameters
$ cthulock
Copy the sample config into$XDG_CONFIG_HOME/cthulock
and start customizing it, for example by swapping out the wallpaper or moving the clock anywhere else. You can find the Slint syntaxhere.
For details on which properties and callbacks your Slint component needs to have look at theconfiguration docs
The wallpaper in the example configuration is "Wallpaper" byDyosEL and is licensed under CC BY 2.0.
About
Wayland screen locker focused on customizability