Update README
parent
ba0fcbc2f9
commit
bf3853bf21
@ -1,40 +1,84 @@
|
|||||||
# [Osmos theme](https://warinyourself.github.io/lightdm-webkit-theme-osmos/)
|
# [Osmos greeter theme](https://warinyourself.github.io/lightdm-webkit-theme-osmos/)
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
|
<br />
|
||||||
|
|
||||||
## Installation
|
## Installation
|
||||||
|
|
||||||
### Arch Linux
|
### Arch Linux:
|
||||||
|
|
||||||
```
|
``` sh
|
||||||
yay -S lightdm-webkit-theme-osmos
|
yay -S lightdm-webkit-theme-osmos
|
||||||
```
|
```
|
||||||
|
|
||||||
### Manual installation
|
### Manual installation:
|
||||||
|
|
||||||
Or set `greeter-session=lightdm-webkit2-greeter` in `/etc/lightdm/lightdm.conf`, then edit `/etc/lightdm/lightdm-webkit2-greeter.conf` to set `webkit_theme=osmos`.
|
Set `greeter-session = lightdm-webkit2-greeter` in `/etc/lightdm/lightdm.conf`:
|
||||||
|
```sh
|
||||||
## Themes
|
sudo sed -i 's/^\(#\?greeter\)-session\s*=\s*\(.*\)/greeter-session = lightdm-webkit2-greeter/g' /etc/lightdm/lightdm.conf
|
||||||
### [Random](https://warinyourself.github.io/lightdm-webkit-theme-osmos/?pxratio=0.8&animation-speed=5&symmetry=0.01&thickness=0.1&hue=360&brightness=1&invert=false&blur=false&no-transition=false&show-framerate=false&only-ui=true&themeName=Random)
|
```
|
||||||

|
Then edit `/etc/lightdm/lightdm-webkit2-greeter.conf` to set `webkit_theme=osmos`.
|
||||||
### [Sphere](https://warinyourself.github.io/lightdm-webkit-theme-osmos/?pxratio=0.8&invert=false&hue=21&brightness=1&animation-speed=7.32&size=1.75&blur=false&no-transition=false&show-framerate=false&only-ui=false&themeName=Sphere)
|
``` sh
|
||||||

|
sudo sed -i 's/^webkit_theme\s*=\s*\(.*\)/webkit_theme = osmos/g' /etc/lightdm/lightdm-webkit2-greeter.conf
|
||||||
### [Planet](https://warinyourself.github.io/lightdm-webkit-theme-osmos/?pxratio=0.8&animation-speed=5&position=7.02&blur=false&no-transition=false&show-framerate=false&only-ui=true&themeName=Planet)
|
```
|
||||||

|
|
||||||
### [Destruction](https://warinyourself.github.io/lightdm-webkit-theme-osmos/?pxratio=0.8&position=1&perspective=0.02&animation-speed=10&blur=false&no-transition=false&show-framerate=false&only-ui=true&themeName=Destruction)
|
<br />
|
||||||

|
|
||||||
### [Rings](https://warinyourself.github.io/lightdm-webkit-theme-osmos/?animation-speed=5&blur=false&hue=0.03&no-transition=false&only-ui=true&pxratio=0.8&show-framerate=false&themeName=Rings&zoom=74.3)
|
## Control brightness and battery:
|
||||||

|
<!-- ### Integrated [nody-greeter API](https://github.com/JezerM/nody-greeter) to control brightness and battery -->
|
||||||
### [Tenderness](https://warinyourself.github.io/lightdm-webkit-theme-osmos/?pxratio=0.8&animation-speed=10&blur=false&no-transition=false&show-framerate=false&only-ui=false&themeName=Tenderness)
|

|
||||||

|
|
||||||
|
If you want to control brightness and battery - install [node-greeter](https://github.com/JezerM/nody-greeter#installation).
|
||||||
### [Plasma](https://warinyourself.github.io/lightdm-webkit-theme-osmos/?pxratio=0.8&hue=81&animation-speed=10&blur=false&no-transition=false&show-framerate=false&only-ui=false&themeName=Plasma)
|
|
||||||

|
Set `greeter-session = nody-greeter` in `/etc/lightdm/lightdm.conf`:
|
||||||
### [Flow](https://warinyourself.github.io/lightdm-webkit-theme-osmos/?pxratio=0.8&animation-speed=10&size=1&blur=false&no-transition=false&show-framerate=false&only-ui=false&themeName=Flow)
|
``` sh
|
||||||

|
sudo sed -i 's/^\(#\?greeter\)-session\s*=\s*\(.*\)/greeter-session = nody-greeter/g' /etc/lightdm/lightdm.conf
|
||||||
|
```
|
||||||
### [Infinity](https://warinyourself.github.io/lightdm-webkit-theme-osmos/?palette=3&size=11&amount=50&animation-speed=20&blur=false&no-transition=false&show-framerate=false&only-ui=true&themeName=Infinity)
|
|
||||||

|
Then edit `/etc/lightdm/web-greeter.yml` to set `theme: osmos`:
|
||||||
|
|
||||||
### Roadmap
|
``` sh
|
||||||
- Integrates with
|
sudo sed -i 's/\stheme:\s*\(.*\)/ theme: osmos/g' /etc/lightdm/web-greeter.yml
|
||||||
|
```
|
||||||
|
|
||||||
|
Link webkit theme with nody greeter themes:
|
||||||
|
```sh
|
||||||
|
ln -s /usr/share/lightdm-webkit/themes/osmos /usr/share/web-greeter/themes/osmos
|
||||||
|
```
|
||||||
|
|
||||||
|
To control battery install the [acpid](https://archlinux.org/packages/?name=acpid) package and enable/start acpid.service.
|
||||||
|
``` sh
|
||||||
|
sudo systemctl enable acpid
|
||||||
|
sudo systemctl start acpid
|
||||||
|
```
|
||||||
|
|
||||||
|
<br />
|
||||||
|
|
||||||
|
## Check the themes:
|
||||||
|
[](https://warinyourself.github.io/lightdm-webkit-theme-osmos/?pxratio=0.8&animation-speed=5&symmetry=0.01&thickness=0.1&hue=360&brightness=1&invert=false&blur=false&no-transition=false&show-framerate=false&only-ui=true&themeName=Random)
|
||||||
|
|
||||||
|
[](https://warinyourself.github.io/lightdm-webkit-theme-osmos/?pxratio=0.8&invert=false&hue=21&brightness=1&animation-speed=7.32&size=1.75&blur=false&no-transition=false&show-framerate=false&only-ui=false&themeName=Sphere)
|
||||||
|
|
||||||
|
[](https://warinyourself.github.io/lightdm-webkit-theme-osmos/?pxratio=0.8&animation-speed=5&position=7.02&blur=false&no-transition=false&show-framerate=false&only-ui=true&themeName=Planet)
|
||||||
|
|
||||||
|
[](https://warinyourself.github.io/lightdm-webkit-theme-osmos/?pxratio=0.8&position=1&perspective=0.02&animation-speed=10&blur=false&no-transition=false&show-framerate=false&only-ui=true&themeName=Destruction)
|
||||||
|
|
||||||
|
[](https://warinyourself.github.io/lightdm-webkit-theme-osmos/?animation-speed=5&blur=false&hue=0.03&no-transition=false&only-ui=true&pxratio=0.8&show-framerate=false&themeName=Rings&zoom=74.3)
|
||||||
|
|
||||||
|
[]((https://warinyourself.github.io/lightdm-webkit-theme-osmos/?pxratio=0.8&animation-speed=10&blur=false&no-transition=false&show-framerate=false&only-ui=false&themeName=Tenderness))
|
||||||
|
|
||||||
|
[](https://warinyourself.github.io/lightdm-webkit-theme-osmos/?pxratio=0.8&hue=81&animation-speed=10&blur=false&no-transition=false&show-framerate=false&only-ui=false&themeName=Plasma)
|
||||||
|
|
||||||
|
[](https://warinyourself.github.io/lightdm-webkit-theme-osmos/?pxratio=0.8&animation-speed=10&size=1&blur=false&no-transition=false&show-framerate=false&only-ui=false&themeName=Flow)
|
||||||
|
|
||||||
|
[](https://warinyourself.github.io/lightdm-webkit-theme-osmos/?palette=3&size=11&amount=50&animation-speed=20&blur=false&no-transition=false&show-framerate=false&only-ui=true&themeName=Infinity)
|
||||||
|
|
||||||
|
</br>
|
||||||
|
|
||||||
|
## ROADMAP
|
||||||
|
- Integrates with nody-greeter [x]
|
||||||
|
- Add possibility to guest login []
|
||||||
|
- Add possibility to pick the wallpaper []
|
||||||
|
- Add zoom slider (for hight DPI screens) [x]
|
||||||
|
- Add CHANGELOG []
|
||||||
|
|||||||
Loading…
Reference in New Issue