Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

https://github.com/System64fumo/syslock

Simple screen locker for wayland written in gtkmm 4
https://github.com/System64fumo/syslock

Last synced: 7 days ago
JSON representation

Simple screen locker for wayland written in gtkmm 4

Lists

README

        

# Syslock
Syslock is a simple lockscreen for wayland written in gtkmm4

> [!CAUTION]
> While ext session lock has been implemented,

> It is currently disabled as it does not behave as intended.

> I don't know why or how it breaks, Feel free to make a commit if you do.

> As long as this warning is still present the program is considered unsafe for daily use.

# Configuration
syslock can be configured in 2 ways

1: By changing config.hpp and recompiling (Suckless style)

2: Using launch arguments

```
arguments:
-p Set profile picture size
-m Set primary monitor
-d Enable debug mode
-v Prints version info
```

# Signals
You can send a signal to show the window/s again.

``pkill -10 syslock``

# Theming
syslock uses your gtk4 theme by default, However it can be also load custom css,

Just copy the included lock.css file to ~/.config/sys64/lock.css