On a (non-KDE) Manjaro installation is there a way of selecting an sddm theme (say breeze) other than manually editing the Current= entry in /usr/lib/sddm/sddm.conf.d/default.conf?
That approach has the drawback of being overwritten/reverted when the sddm package gets updated. Is there a more appropriate way of configuring the sddm theme?
The same question goes for selecting the background image in the breeze theme which can be altered manually in /usr/share/sddm/themes/breeze/theme.conf but does not survive a package update either.
We make custom (system-wide) configurations in /etc/
You might use /etc/sddm.conf directly … but I would probably suggest using something like
/etc/sddm.conf.d/my-custom-config.conf
*.d directories are for this exact purpose - drop-in configuration files.
Which have the added benefit of not being a file provided by a software package.
Thanks a lot to everyone who replied. This is very helpful.
Let me add an extra question: how do I set the mouse pointer theme used with sddm?
I edited /usr/share/icons/default/index.theme, but maybe there is a more appropriate way as well?
Thanks. It looks like when there is an Inherits= line in /usr/share/icons/default/index.theme that one takes precedence though.
I’m not sure whether it is being set (in my case to xcursor-breeze) by default or by some package. At least I had to comment out that line.