updated README
This commit is contained in:
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
@@ -0,0 +1 @@
|
|||||||
|
Main.qmlc
|
||||||
13
README.md
13
README.md
@@ -2,7 +2,14 @@
|
|||||||
|
|
||||||
SDDM theme with Apple TV Aerial videos
|
SDDM theme with Apple TV Aerial videos
|
||||||
|
|
||||||
#### Changing settings in `theme.conf.user`:
|
This theme streams the videos so internet connection is necessary
|
||||||
|
|
||||||
|
### Dependencies
|
||||||
|
|
||||||
|
It is necessary to have the Phonon GStreamer backend for qt5 and the GStreamer ffmpeg Plugin
|
||||||
|
- For Arch linux : `pacman -S gst-libav phonon-qt5-gstreamer`
|
||||||
|
|
||||||
|
### Changing settings in `theme.conf.user`:
|
||||||
|
|
||||||
You can change the font and the background.
|
You can change the font and the background.
|
||||||
The background can be either an image, a video or a playlist (.m3u) file, for example:
|
The background can be either an image, a video or a playlist (.m3u) file, for example:
|
||||||
@@ -17,6 +24,10 @@ displayFont="Montserrat"
|
|||||||
|
|
||||||
...
|
...
|
||||||
|
|
||||||
|
## NOTES
|
||||||
|
|
||||||
|
If there is no active connection or the video can't be played
|
||||||
|
|
||||||
## License
|
## License
|
||||||
|
|
||||||
Theme is licensed under GPL.
|
Theme is licensed under GPL.
|
||||||
|
|||||||
@@ -7,7 +7,7 @@ License=CC-BY-SA
|
|||||||
Type=sddm-theme
|
Type=sddm-theme
|
||||||
Version=0.1
|
Version=0.1
|
||||||
Website=https://github.com/sddm/sddm
|
Website=https://github.com/sddm/sddm
|
||||||
Screenshot=breeze.jpg
|
Screenshot=TODO
|
||||||
MainScript=Main.qml
|
MainScript=Main.qml
|
||||||
ConfigFile=theme.conf
|
ConfigFile=theme.conf
|
||||||
TranslationsDirectory=translations
|
TranslationsDirectory=translations
|
||||||
|
|||||||
Reference in New Issue
Block a user