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.
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.
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.