https://github.com/hexf/slif
A Lockscreen designed for LightDM, but made to work with other platforms
https://github.com/hexf/slif
html javascript lightdm lightdm-greeter lightdm-webkit2-greeter-theme sass scss webkit webpack
Last synced: about 1 month ago
JSON representation
A Lockscreen designed for LightDM, but made to work with other platforms
- Host: GitHub
- URL: https://github.com/hexf/slif
- Owner: HexF
- Created: 2019-07-13T01:51:10.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-09T18:06:07.000Z (over 2 years ago)
- Last Synced: 2025-01-26T13:27:42.235Z (3 months ago)
- Topics: html, javascript, lightdm, lightdm-greeter, lightdm-webkit2-greeter-theme, sass, scss, webkit, webpack
- Language: JavaScript
- Size: 10.8 MB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Slif
[](https://app.codacy.com/app/ComputerCandy/Slif?utm_source=github.com&utm_medium=referral&utm_content=ComputerCandy/Slif&utm_campaign=Badge_Grade_Dashboard)A Lockscreen designed for LightDM, but made to work with other platforms.
Slif contains a modular design, allowing for you to create your own plugins to customize your experience.## Installing
### LightDM
1. Download the latest build from [here](https://github.com/ComputerCandy/Slif/archive/master.zip)
2. Extract the build
3. Make sure that `lightdm-webkit2-greeter (v2.2.5)` is installed
4. Make sure the install file has execute permissions `$ chmod +x ./install.sh`
5. Make a copy of `settings.template.json` and tweak to your likings
6. Run `$ ./install.sh [config file]`
7. Edit `/etc/lightdm/lightdm-webkit2-greeter.conf` and change `theme` to `slif` and set `secure_mode` to `false`## Screenshots

## Known Issues
Currenly there is an issue in webkit with `filter:blur()` in the CSS engine, cropping the elements to ~4000px, this directly effects Slif running in LightDM Mode, as cann be seen in the second screenshot.