You are not logged in.
Pages: 1
Xfce 4.16
Arch Linux
Hello, how would I go about changing the font on the default xfce lock screen? I can't find any configs for it.
Offline
Lock screen uses LightDM's default configuration, so you probably need to modify that. There is an app just for that called LightDM GTK+ Greeter: settings. Try that and come back if it doesn't solve it.
Xubuntu 20.04
Offline
I have tried lightdm-gtk-greeter-settings. This work for log in, but does not for the lock screen.
Offline
I don't use lock screen but I've searched through the code and found this ruleset. Example code tested on Xubuntu jammy-devel:
#login_window.keycap {
font: bold 16px "Ubuntu";
}
Append it to your $HOME/.config/gtk-3.0/gtk.css file. Create the file if it doesn't exist yet.
Xubuntu 20.04
Offline
Yep this did the trick, thanks KBar.
Offline
Pages: 1