How to change font size on login screen SDDM?

I sucsessfully change time and date font size by editing /usr/lib64/qt5/qml/SddmComponents/Clock.qml

But I can’t figure out file to edit for “Select your user and enter password” text.

Please, point me which file to edit.

1 Like

You can use this method to find the file:

grep -r -e "Select your" $(rpm -q -a -l sddm\*)

Quick PSA: you can technically do this, but generally /usr is package manager territory. In other words, any changes you made there will be erased the next time sddm is upgraded.

1 Like