README.md
August 16, 2022 ยท View on GitHub
Sea (like C) greeter for LightDM allows to create themes with web technologies, the same as web-greeter, nody-greeter and the outdated lightdm-webkit2-greeter. This project aims to be similar to the last one, as sea-greeter is made with webkit2 instead of chromium.
Known issues
There are lots of issues, even not documented here, so it is not recommended to use this greeter yet. However, it is functional :D
- Multi-monitor support.
- Add
greeter_commJavaScript API - Parse
index.ymlto loadsecondary.html
- Add
- Brightness feature support
- Battery feature support
- Detect theme errors prompt
- Memory management might not be correct; possible memory leaks. (I hope this is fixed)
- Add themes
- Add config
Dependencies
- libgtk3
- webkit2gtk
- libwebkit2gtk-web-extension
- libyaml-0.1
- libglib-2.0
- liblightdm-gobject-1-dev
Build dependencies
- Meson
- Ninja
- gcc
- tsc (TypeScript compiler)
Build and install
git clone https://github.com/JezerM/sea-greeter --recursive
cd sea-greeter
meson build
ninja -C build
sudo ninja -C build install