Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature Request] Save SDDM Theme #44

Open
ChrTall opened this issue Sep 21, 2021 · 2 comments
Open

[Feature Request] Save SDDM Theme #44

ChrTall opened this issue Sep 21, 2021 · 2 comments
Labels
enhancement New feature or request

Comments

@ChrTall
Copy link

ChrTall commented Sep 21, 2021

I was wondering, if it is possible to also save the SSDM login screen and if so what folders or files I have to add to the configuration.
I know this would requrire root permissions, but if I run konsave with sudo it says command not found.

@Prayag2
Copy link
Owner

Prayag2 commented Sep 27, 2021

I'm sorry but running Konsave as root isn't possible at the moment. I'll look into it in the future :)

@x-crowbar-x
Copy link

x-crowbar-x commented Dec 7, 2021

@ChrTall You can install sddm themes using something like this in the command line. Insert the name of the sddm theme of your choice and the directory with the theme. Just copy the folder with the theme you are using from your /usr/share/sddm/themes directory and add to your project, for example. I used this in my fork of an Arch installer script and it worked perfectly fine.

`systemctl enable sddm.service # if it isn't enabled yet

if [ -d /usr/share/sddm/themes ]; then
cp -a ${HOME}/insertNameOfDir/Sweet /usr/share/sddm/themes/
else mkdir -p /usr/share/sddm/themes && cp -a ${HOME}/insertNameOfDir/Sweet /usr/share/sddm/themes;
fi
cat < /etc/sddm.conf
[Theme]
Current=Sweet
EOF
`

@Prayag2 Prayag2 added the question Further information is requested label May 8, 2022
@Prayag2 Prayag2 changed the title Question: Save Configuration for SSDM login screen. [Feature Request] Save SDDM Theme Dec 17, 2023
@Prayag2 Prayag2 added enhancement New feature or request and removed question Further information is requested labels Dec 17, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants