- Notifications
You must be signed in to change notification settings - Fork2
LightDM greeter made with WebKit2GTK
License
NotificationsYou must be signed in to change notification settings
JezerM/sea-greeter
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Sea (like C) greeter for LightDM allows to create themes with web technologies,the same asweb-greeter,nody-greeter and theoutdatedlightdm-webkit2-greeter. This project aims to besimilar to the last one, as sea-greeter is made with webkit2 instead of chromium.
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_comm
JavaScript API - Parse
index.yml
to 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
- libgtk3
- webkit2gtk
- libwebkit2gtk-web-extension
- libyaml-0.1
- libglib-2.0
- liblightdm-gobject-1-dev
- Meson
- Ninja
- gcc
- tsc (TypeScript compiler)
git clone https://github.com/JezerM/sea-greeter --recursivecd sea-greetermeson buildninja -C buildsudo ninja -C build install