Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 12 days 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 (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-09T18:06:07.000Z (about 2 years ago)
- Last Synced: 2024-11-28T01:22:14.489Z (2 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
[![Codacy Badge](https://api.codacy.com/project/badge/Grade/004a0d626efa4c56b852784857c4a984)](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
![Screenshot 1](/screenshots/1.png?raw=true)
![Screenshot 2](/screenshots/2.png?raw=true)## 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.