Merge branch 'master' of github.com:3ximus/aerial-sddm-theme
This commit is contained in:
13
README.md
13
README.md
@@ -9,6 +9,11 @@ Videos are played randomly and diferent playlists are used based on time of day
|
||||
|
||||
It is necessary to have the Phonon GStreamer backend for qt5, GStreamer ffmpeg Plugin and GStreamer Plugins Good
|
||||
- For Arch linux : `pacman -S gst-libav phonon-qt5-gstreamer gst-plugins-good`
|
||||
- For Gentoo : these settings allowed me to make the theme work
|
||||
|
||||
* `media-libs/gst-plugins-good`
|
||||
* `USE="alsa gsteamer qml widgets" dev-qt/qtmultimedia`
|
||||
* `USE="gstreamer" media-libs/phonon`
|
||||
|
||||
Havent tryed for other distros...
|
||||
|
||||
@@ -32,6 +37,14 @@ If you wish to play local videos files just use the following command to generat
|
||||
|
||||
`find <path-to-your-directory> -maxdepth 1 -type f > <playlist-file>`
|
||||
|
||||
If you would like to use the same videos but offline, simply download them using your shell, e.g. :
|
||||
|
||||
```
|
||||
while read -r link; do
|
||||
wget "$link"
|
||||
done < playlist_file
|
||||
```
|
||||
|
||||
### Changing settings in `theme.conf.user`
|
||||
|
||||
You can change a few settings in this file
|
||||
|
||||
Reference in New Issue
Block a user