Xubuntu / lightdm-gtk-greeter

A GTK greeter for LightDM
GNU General Public License v3.0
140 stars 30 forks source link

Fix off-centered hostname #137

Open Samq64 opened 1 year ago

Samq64 commented 1 year ago

Resolves #85

Removes the duplicate spacer from the left side of the hostname in the default panel configuration so it centers properly.

I'm not a C developer and didn't test my changes, but this is just a hotfix, so it should probably be fine.

bluesabre commented 4 months ago

This doesn't quite fix it, just moves the problem to the left.

image

Since it's broken, we should probably move the default to left and right. Here's what Xubuntu does:

image

indicators=~host;~spacer;~session;~language;~a11y;~clock;~power;

Samq64 commented 4 months ago

Since Xubuntu already defaults to it I pushed your suggestion. I actually compiled and tested this time.