https://github.com/jovanlanik/gtklock-userinfo-module
gtklock module adding user info to the lockscreen
https://github.com/jovanlanik/gtklock-userinfo-module
c gtk gtk3 gtklock linux sway swaywm wayland wlroots
Last synced: 6 days ago
JSON representation
gtklock module adding user info to the lockscreen
- Host: GitHub
- URL: https://github.com/jovanlanik/gtklock-userinfo-module
- Owner: jovanlanik
- License: gpl-3.0
- Created: 2022-07-28T17:56:10.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2024-12-26T19:52:36.000Z (5 months ago)
- Last Synced: 2025-05-08T16:58:16.038Z (6 days ago)
- Topics: c, gtk, gtk3, gtklock, linux, sway, swaywm, wayland, wlroots
- Language: C
- Homepage:
- Size: 27.3 KB
- Stars: 10
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# gtklock-userinfo-module
gtklock module adding user info to the lockscreen.

## About
Adds a user image and user name to the lockscreen.
Based on code from Erik Reider's [gtklock fork](https://github.com/ErikReider/gtklock/tree/user-picture-name).
The `gtklock-module.h` header can be used when making your own modules.__⚠️ Module version matches the compatible gtklock version. Other versions might or might not work.__
## Dependencies
- Meson (build-time)
- pkg-config (build-time)
- gtk+3.0
- AccountsService