Dark Mode

Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

regolith-linux/gtklock

Repository files navigation

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.

i For documentation, check out the man page and wiki.

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

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!

About

GTK-based lockscreen for Wayland

Resources

Readme

License

GPL-3.0 license

Stars

Watchers

Forks

Packages

Contributors

Languages

  • C 94.4%
  • Makefile 5.2%
  • CSS 0.4%