gtklock(1) | General Commands Manual | gtklock(1) |
gtklock - GTK-based lockscreen for Wayland
gtklock [options...]
-h, --help
--help-config
-d, --daemonize
-c, --config <path>
Configuration is stored in glib key file format. Options are specified as name=value and can be used from the command-line as --name=value. All options should be under the main group.
All available options are:
-g, --gtk-theme <string>
-s, --style <path>
-x, --layout <path>
-m, --modules <name>
-b, --background <path>
-t, --time-format <string>
-d, --date-format <string>
-f, --follow-focus
-H, --idle-hide
-T, --idle-timeout <int>
-S, --start-hidden
-L, --lock-command
-U, --unlock-command
-M, --monitor-priority <name>
Example config:
[main] gtk-theme=Adwaita-dark
Example style:
window {
background-image: url("background.png");
background-size: cover;
background-repeat: no-repeat;
background-position: center;
background-color: black; }
Maintained by Jovan Lanik <jox969@gmail.com>, who is assisted by other contributors. For more information about gtklock development, see <https://github.com/jovanlanik/gtklock>.
2024-11-01 | x86_64 |