SDDM theme with Apple TV Aerial videos
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.
eximus 2703aba4f6 use playlist based on time of day 9 years ago
.gitignore updated README 9 years ago
LICENSE initial test version 9 years ago
Main.qml use playlist based on time of day 9 years ago
README.md use playlist based on time of day 9 years ago
background.jpg initial test version 9 years ago
generate_playlist.sh use playlist based on time of day 9 years ago
metadata.desktop metadata changes 9 years ago
playlist_day.m3u use playlist based on time of day 9 years ago
playlist_night.m3u use playlist based on time of day 9 years ago
preview1.gif added previews to readme 9 years ago
preview2.gif added previews to readme 9 years ago
preview3.gif another preview 9 years ago
reboot.svg initial test version 9 years ago
screenshot.png metadata changes 9 years ago
shutdown.svg initial test version 9 years ago
theme.conf initial test version 9 years ago
theme.conf.user use playlist based on time of day 9 years ago
warning_red.png initial test version 9 years ago

README.md

Aerial theme for sddm

SDDM theme with Apple TV Aerial videos

Videos are played randomly and diferent playlists are used based on time of day (only day and night diferenciation, night between 5pm - 5am) its possible to tweak to have more time diferentiation, the one used is provided with the videos.

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

Havent tryed for other distros...

Other notes

This theme streams the videos so 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

Changing settings in theme.conf.user

You can change the font and the background. To set background image use background, for video playlists use background_day and background_night. Other keywords can be used, you just need to change the loaded config name near the end of the Main.qml file.

Example:

[General]
background="image.jpg"
background_day="playlist_day.m3u"
background_night="playlist_night.m3u"
displayFont="Montserrat"

Preview

preview1 preview2 preview3

License

Theme is licensed under GPL.