/gtklock

GTK-based lockscreen for Wayland

Primary LanguageCGNU General Public License v3.0GPL-3.0

gtklock

GTK-based lockscreen for Wayland.

screenshot

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.

ℹ️ For documentation, check out the man page and wiki.

Available on these repositories:

Packaging status

Installing gtklock

  • 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!

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

❤️ Please submit an dependency installation command for your distro!