I use Breeze Twilight as my desktop theme.
Yes, I can change my wallpaper to any picture, but when Breeze goes back to default settings, I see that Red Tree.
What I’d like to do is to change the default Breeze wallpaper from Red Tree to my own picture.
Is it possible?
I’ve heard, there is some app, but I don’t like to use apps. I prefer to change some config file or to change the default image in the right folder.
I changed the default image file in the following folder to the custom one (using the same name and extention).
/usr/share/wallpapers/Next/contents/images/1920x1080.png
It didn’t help.
How to remove blur from the lock screen (I use KDE)?
It seems, I solved the problem # 2.
I opened
/usr/share/sddm/themes/breeze/Main.qml file and switched off all the section like follows:
// WallpaperFader {
// visible: config.type === “image”
// anchors.fill: parent
// state: loginScreenRoot.uiVisible ? “on” : “off”
// state: loginScreenRoot.uiVisible ? “on”
// visible: true
// source: wallpaper
// mainStack: mainStack
// footer: footer
// clock: clock
// }
IF THIS WAY IS BARBARIC, please, show me the right aristocratic way to remove blur from the SDDM lock (or welcome) screen where we insert password.
my background wallpaper is called 52.jpeg cd find . -type f -exec grep -H '52.jpeg' {} \;
shows the files which include it
./.config/plasma-org.kde.plasma.desktop-appletsrc:Image=/home/a/Pictures/52.jpeg
OK. If you set a custom wallpaper, the folder, maybe, is created automatically. My problem is how to change the default Breeze wallpaper inside Breeze not by using a custom one.
@novice24, How do you mean inside Breeze? If not in kde.org then …
I replaced /usr/share/wallpapers/Next/contents/images/1920x1080.png with the desired one.
and in images_dark directory as well.
YMMV aka Your Resolution May Vary.
So everything works!
My mistake was I changes the wrong image.
So,
All the default Breeze backgrounds are stored in the following folder:
/usr/share/wallpapers/Next/contents/images/
We shall find an image in that folder which size is equal to our monitor size.
In my case it is the file 1920x1200.png
Change the name of this file just to keep the original
sudo mv /usr/share/wallpapers/Next/contents/images/1920x1200.png /usr/share/wallpapers/Next/contents/images/1920x1200old.png
Repeat for images_dark folder (I’m not sure if it’s needed)
sudo mv /usr/share/wallpapers/Next/contents/images_dark/1920x1080.png /usr/share/wallpapers/Next/contents/images_dark/1920x1200old.png
Prepare your own file and copy it to the wallpapers folder
sudo cp /home/yourhomefolder/yourimage.png /usr/share/wallpapers/Next/contents/images/1920x1200.png
Repeat for images_dark folder (I’m not sure if it’s needed)
sudo cp /home/yourhomefolder/yourimage.png /usr/share/wallpapers/Next/contents/images_dark/1920x1200.png