glslglsl-shaderlightdmlightdm-greeterlightdm-themelightdm-webkitlightdm-webkit2-greeterlightdm-webkit2-greeter-theme
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
check for undefined in username and password |
1 year ago | |
---|---|---|
public | 3 years ago | |
src | 2 years ago | |
.browserslistrc | 3 years ago | |
.editorconfig | 3 years ago | |
.eslintignore | 3 years ago | |
.eslintrc.js | 3 years ago | |
.gitignore | 3 years ago | |
LICENSE.md | 3 years ago | |
README.md | 3 years ago | |
acpi.ts | 3 years ago | |
babel.config.js | 3 years ago | |
build-release.sh | 3 years ago | |
install.sh | 3 years ago | |
package.json | 2 years ago | |
test-greeter.sh | 3 years ago | |
tsconfig.json | 3 years ago | |
version | 3 years ago | |
vue.config.js | 2 years ago | |
yarn.lock | 2 years ago |
README.md
Osmos greeter theme
Installation
Arch Linux:
yay -S lightdm-webkit-theme-osmos
Manual installation:
Set greeter-session = lightdm-webkit2-greeter
in /etc/lightdm/lightdm.conf
:
sudo sed -i 's/^\(#\?greeter\)-session\s*=\s*\(.*\)/greeter-session = lightdm-webkit2-greeter/g' /etc/lightdm/lightdm.conf
Then edit /etc/lightdm/lightdm-webkit2-greeter.conf
to set webkit_theme=osmos
.
sudo sed -i 's/^webkit_theme\s*=\s*\(.*\)/webkit_theme = osmos/g' /etc/lightdm/lightdm-webkit2-greeter.conf
Control brightness and battery:
If you want to control brightness and battery - install node-greeter.
Set greeter-session = nody-greeter
in /etc/lightdm/lightdm.conf
:
sudo sed -i 's/^\(#\?greeter\)-session\s*=\s*\(.*\)/greeter-session = nody-greeter/g' /etc/lightdm/lightdm.conf
Then edit /etc/lightdm/web-greeter.yml
to set theme: osmos
:
sudo sed -i 's/\stheme:\s*\(.*\)/ theme: osmos/g' /etc/lightdm/web-greeter.yml
Link webkit theme with nody greeter themes:
ln -s /usr/share/lightdm-webkit/themes/osmos /usr/share/web-greeter/themes/osmos
To control battery install the acpid package and enable/start acpid.service.
sudo systemctl enable acpid
sudo systemctl start acpid
Check the themes:
ROADMAP
- Integrates with nody-greeter
- Add possibility to guest login []
- Add possibility to pick the wallpaper []
- Add zoom slider (for hight DPI screens)
- Add CHANGELOG []