Open moetayuko opened 6 years ago
sddm-kcm provides a GUI to configure SDDM in Plasma's system settings. The tool will generate a theme.conf.user w.r.t user settings.
sddm-kcm
theme.conf.user
For example, this is a generated theme.conf.user after changing background:
[General] background=68814585_p0.png type=image
Obviously it won't work because the theme wants default_background instead.
default_background
There could be more config options differ from sddm-kcm generated, please rename options to match sddm-kcm standard.
Sorry for the year-later reply
I do not have sddm-kcm, but I would be happy to accept a pull-request that adds this functionality without breaking existing configs.
sddm-kcm
provides a GUI to configure SDDM in Plasma's system settings. The tool will generate atheme.conf.user
w.r.t user settings.For example, this is a generated
theme.conf.user
after changing background:Obviously it won't work because the theme wants
default_background
instead.There could be more config options differ from
sddm-kcm
generated, please rename options to matchsddm-kcm
standard.