Skip to content

bhaskarkhoraja/gtklock

 
 

Repository files navigation

gtklock (Forked)

GTK-based lockscreen for Wayland.

Design inpired by Syndrizzle's hotfiles

screenshot

Building from source

$ meson setup builddir
$ ninja -C builddir
# meson install -C builddir

Using with swayidle

swayidle -w timeout 60 'gtklock -d'

gtklock (Original)

GTK-based lockscreen for Wayland.

screenshot

About

gtklock is a lockscreen based on gtkgreet. It uses the ext-session-lock Wayland protocol. Works on sway and other wlroots-based compositors.

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

Installing gtklock from a repository

gtklock is available on these repositories:

Packaging status

  • Arch: # pacman -S gtklock
  • Gentoo: # emerge --ask gui-apps/gtklock (in GURU repository)
  • Void: # xbps-install gtklock

❤️ Please submit an installation command for your distro!

Building from source

$ meson setup builddir
$ ninja -C builddir
# meson install -C builddir

Dependencies

  • Meson (build-time)
  • pkg-config (build-time)
  • scdoc (optional, build-time)
  • PAM
  • gtk+3.0
  • gtk-session-lock

Installing build dependencies

  • Arch: # pacman -S gcc meson pkgconf scdoc pam wayland gtk3 gtk-session-lock
  • Fedora: # dnf install gcc meson pkgconf scdoc pam-devel wayland-devel gtk3-devel, install gtk-session-lock manually
  • Void: # xbps-install gcc meson pkgconf scdoc pam-devel wayland-devel gtk+3-devel gtk-session-lock-devel

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

About

GTK-based lockscreen for Wayland

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 92.5%
  • Meson 4.3%
  • CSS 2.2%
  • Shell 1.0%