Fork of gtklock adding libadwaita support
turtlelock is a lockscreen based on gtkgreet. It uses the wlr-layer-shell and wlr-input-inhibitor Wayland protocols. Works on sway and other wlroots-based compositors.
ℹ️ For documentation, check out the man page and gtklock's wiki.
Available on these repositories:
- Arch:
# yay -S gtklock
(using Yay) - Gentoo:
# emerge --ask gui-apps/gtklock
(in GURU repository) - Void:
# xbps-install gtklock
❤️ Please submit an installation command for your distro!
$ meson setup builddir
$ ninja -C builddir
# meson install -C builddir
- Meson (build-time)
- pkg-config (build-time)
- scdoc (optional, build-time)
- PAM
- wayland-client
- gtk+3.0
- gtk-layer-shell
- Arch:
# pacman -S gcc meson pkgconf scdoc pam wayland gtk3 gtk-layer-shell
- Fedora:
# dnf install gcc meson pkgconf scdoc pam-devel wayland-devel gtk3-devel gtk-layer-shell-devel
- Void:
# xbps-install gcc meson pkgconf scdoc pam-devel wayland-devel gtk+3-devel gtk-layer-shell-devel
❤️ Please submit an dependency installation command for your distro!