
SDDM Theme Breeze Slider
Source (link to git-repo or to original if based on someone elses unmodified work): Add the source-code for this project on git.opendesktop.org
Superseded by SDDM Theme Breeze Slider 2 - https://store.kde.org/p/1222217/
SDDM Theme Breeze Slider is a modification of the standard Breeze (Plasma 5.9.4) theme.
This sddm theme is using a semitransparent (color: "#F2000000") rectangle. The sddm texts are on the rectangle and moving out the sight when not needed.
The rectangle is moving:
- up when up arrow is pressed
- down when the down arrow is pressed.
- mouse movement will also trigger the down movement.
- after 3 minute inactivity the rectangle is sliding out of sight.
YouTube preview: https://youtu.be/04X4cb9XTkg
Installation:
Plasma 5.9 or later
Use "Get New Theme / Install From file" from the KDE SDDM control module (kcm-sddm).
Older than Plasma 5.9
Unpack and copy the 'breeze-slider' directory to the /usr/share/sddm/themes/. From the cli:
$ sudo cp -R breeze-slider /usr/share/sddm/themes/
Supports:
- Solid color background
- Image background
- Video background
- Video playlist background
- Image slideshow background
Settings:
Solid colour
Set the type and the color at /usr/share/sddm/themes/breeze-slider/theme.conf.user
Example: https://forum.kde.org/viewtopic.php?f=289&t=137502#p370239
Image background
Same as the standard Breeze sddm theme 5.9
Copy picture file (Imagefile.jpg) to the /usr/share/sddm/themes/breeze-slider/ and set the theme.conf.user:
[general]
background=Imagefile.jpg
type=image
The KDE sddm module (plasma 5.9) will write correct theme.conf.user for the Breeze slider sddm theme.
Video background
Copy video file (VideoFile.mp4) to the /usr/share/sddm/themes/breeze-slider/ and set the theme.conf.user:
[general]
background=VideoFile.mp4
type=video
Video playlist background
Copy video playlist (Video-Playlist.m3u) to the /usr/share/sddm/themes/breeze-slider/ and set the theme.conf.user:
[general]
background=Video-Playlist.m3u
type=video
Image slideshow
Link (or copy) image files to the /usr/share/sddm/themes/breeze-slider/SlideFiles/
and set the theme.conf.user:
[general]
type=slideshow
The breeze-slider.tar.gz has ../Notes/README.txt file with more information.
After installation the readme is /usr/share/sddm/themes/breeze-slider/Notes/README.txt.

Tweak
Oct 20 2018
Warmuser
1 year ago
Report
Warmuser
1 year ago
Report
Warmuser
1 year ago
I installed it and tested but nothing is happened.
Report
srog
1 year ago
What did you do ?
What do you expect to happen ?
Report
srog
1 year ago
Report
Warmuser
1 year ago
0) the missing avatar icon - 01.38
1) strange floating clock remotion - min 01.52
2) layer for the pre-logout see the min 01.24
3) lockscreen for the lockin (not only the logout) - min 3.17
This is the video: https://youtu.be/mu_UJRFMqAc
I want also to submit you some ideas for the next updates or alternative versions:
1) background on the black scrollable layer
2) or two different backgrounds fpr above and bottom layers (would be great if you have a set of similar wallpapers with you can generate a sort of animation)
6) compatibility with Komorebi and LiveWallpaper for animate wallpapers (I mean the wallpapers that moves when you move the mouse indicator, they are not only videos)
Let me know :)
Report
Warmuser
1 year ago
Report
srog
1 year ago
Report
Warmuser
1 year ago
Report
sedros
1 year ago
Report
srog
1 year ago
Report
sedros
1 year ago
Report
srog
1 year ago
Report
sedros
1 year ago
Report
Tweak
1 year ago
Report
srog
1 year ago
breeze-slider/Floaterclock.qml
or after the installation
/usr/share/sddm/themes/breeze-slider/Floaterclock.qml
line 23 is
text: Qt.formatTime(timeSource.data["Local"]["DateTime"], " hh:mm ")
change it to the
text: Qt.formatTime(timeSource.data["Local"]["DateTime"])
or
text: Qt.formatTime(timeSource.data["Local"]["DateTime"], " hh:mm A")
More of the Qml datetime formats: http://doc.qt.io/qt-5/qml-qtqml-date.html#details
A longer answer at: https://forum.kde.org/viewtopic.php?f=289&t=137502&p=375121#p375121
Report
Tweak
1 year ago
Report