Litarvan / lightdm-webkit-theme-litarvan

Litarvan's LightDM HTML Theme
BSD 3-Clause "New" or "Revised" License
707 stars 73 forks source link

Various improvements #170

Closed 0xfMel closed 2 years ago

0xfMel commented 2 years ago
  1. Added primary/secondary logic with new index.yml file for multiple monitors
  2. Fix multiple monitors causing errors when submitting password
  3. Added option to hide username when full name is set (#123)
  4. Added messages to show up as an error i.e. locked out after unsuccessful attempts
  5. Fixed locale bug: getLocale() now returns full locale code, translation key logic moved into trans(key). Fixes date format
  6. Fixed "Password..." placeholder font
Litarvan commented 2 years ago

This is insane! I should have looked closer at lightdm-webkit2-greeter internals, didn't think it had multiple monitors handling like this. Thanks a lot :D

JezerM commented 2 years ago

Well, it is actually a web-greeter/nody-greeter feature, it's not in lightdm-webkit2-greeter, but yet it's nice to see these improvements~ Looks good.