gtklock
GTK-based lockscreen for Wayland.
About
gtklock 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.
Available on these repositories:
Installing gtklock
- Arch:
# yay -S gtklock
(using Yay) - Gentoo:
# emerge --ask gui-apps/gtklock
(in GURU repository) - Void:
# xbps-install gtklock
Building from source
$ make
# make install
Dependencies
- GNU Make (build-time)
- pkg-config (build-time)
- scdoc (build-time)
- PAM
- wayland-client
- gtk+3.0
- gtk-layer-shell
Install dependencies
- Arch:
# pacman -S gcc make pkgconf scdoc pam wayland gtk3 gtk-layer-shell
- Fedora:
# dnf install gcc make pkgconf scdoc pam-devel wayland-devel gtk3-devel gtk-layer-shell-devel
- Void:
# xbps-install gcc make pkgconf scdoc pam-devel wayland-devel gtk+3-devel gtk-layer-shell-devel