added a extra way to play local video;

change the postition of login-faild-msg;
added a button to clear the password;
change the color of session and us-layout font
This commit is contained in:
yehuohan
2017-08-06 16:22:57 +00:00
parent bd4f93b96a
commit ddc9ba61f9
6 changed files with 78 additions and 21 deletions

View File

@@ -25,6 +25,7 @@ The theme can be tested by running `sddm-greeter --theme <path-to-this-repositor
### Other notes
- video
This theme streams the HD videos so a good internet connection is necessary.
If there is no active connection or the video can't be played the background will fallback to the image background.jpg
@@ -50,6 +51,13 @@ passwordLeftMargin=15
usernameLeftMargin=15
```
If you want to use the local videos but not via internet, you can put your day-videos and night-videos to `playlist_videos/day` and `playlist_videos/night` directory and then run the code below:
```bash
./generate_playlist.sh local
```
## Preview
![preview1](preview1.gif)