Artix Linux Forum

Artix Linux => Installation / Migration / Configuration => Topic started by: tom-a on 01 October 2025, 15:23:07

Title: How to change the background (photo) and avatar in SDDM ?
Post by: tom-a on 01 October 2025, 15:23:07
Hello, everyone.

Since lightdm-openrc  does not work for me, possibly due to nvidia drivers, I decided to try sddm-openrc.

Please tell me how to change the background (photo) that is set by default after installing sddm? I looked at the Arch Linux wiki, but it didn't work... https://wiki.archlinux.org/title/SDDM

Code: [Select]
/usr/share/sddm/themes/name/theme.conf.user

[General]
background=/path/to/background.png


As for changing the avatar, I figured it out, it works, here are my steps, maybe it will be useful to someone.

1. Downloaded an avatar in jpg or png format, for example  test.jpg

2. Renamed test.jpg to tom.face.icon   # tom is your username
Code: [Select]
 $ whoami

3. Move tom.face.icon to the /usr/share/sddm/faces/ directory

Code: [Select]
$ sudo mv tom.face.icon /usr/share/sddm/faces/






Title: Re: How to change the background (photo) and avatar in SDDM ?
Post by: Shoun2137 on 01 October 2025, 19:33:46
https://wiki.archlinux.org/title/SDDM#User_icon_(avatar) (https://wiki.archlinux.org/title/SDDM#User_icon_(avatar))
Use ~/.face.icon path instead, no need to pollute /usr/*
Title: Re: How to change the background (photo) and avatar in SDDM ?
Post by: tom-a on 03 October 2025, 11:23:15
https://wiki.archlinux.org/title/SDDM#User_icon_(avatar) (https://wiki.archlinux.org/title/SDDM#User_icon_(avatar))
Use ~/.face.icon path instead, no need to pollute /usr/*

Thank you for your answer. As for changing the avatar as I wrote above, I did it, I can't figure out how to change the background.

As for what you wrote
Code: [Select]
/etc/sddm.conf.d/avatar.conf
there is no such file and directory, you can check for yourself))
I'm using   XFCE4 and  sddm-openrc