• Stars
    star
    314
  • Rank 132,584 (Top 3 %)
  • Language
    C
  • License
    GNU General Publi...
  • Created over 2 years ago
  • Updated 2 months ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

GTK-based lockscreen for Wayland

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!