prikhi / lightdm-mini-greeter

A Minimal, Configurable, Single-User GTK3 LightDM Greeter
GNU General Public License v3.0
541 stars 48 forks source link

Add more background image options #33

Closed prikhi closed 3 years ago

prikhi commented 6 years ago

Add an options to:

frebib commented 6 years ago

One feature that I cannot find in any greeters/DMs is the ability to span a wallpaper over the entire root window of every display, synonymous to feh --bg-fill --no-xinerama <file>. It's a must for my setup

tarkh commented 3 years ago

Option for background sizing wold be very useful. Especially when you have multiple displays with different aspect ratio. *** As an concept, is it possible to make option to leave background empty (transparent) at all? This way we can set background of xorg ROOT window manually in display init script with any tool we want (feh for example).

UPD: I quickly dug into the code and decided to write an option for assigning background-size to background-image. Please confirm the pull request: https://github.com/prikhi/lightdm-mini-greeter/pull/76. Thanks!

prikhi commented 3 years ago

1st point fixed in #76, will make new issue for 2nd item