/lightdm-dynamic-bg

Dynamic background switcher for LightDM

Primary LanguageShellMozilla Public License 2.0MPL-2.0

lightdm-dynamic

Dynamic background switcher for LightDM

Example Screenshot

After installation, you can run "LightDM Dynamic Configuration" from "applications" menu, if you wish to change background's topic (keywords) and source.

However, I daresay you may not wish to alter topic, as the default tends to give one goosebumps. 😁 If so, keep in mind "textures" seems nice too !

Default topic is cockpits and source is "Unsplash".

.
├── DEBIAN
│   ├── control --> .deb package's conf file
│   ├── postinst --> -//- after install script
│   └── prerm --> -//- uninstall script
├── etc
│   └── lightdm-dynamic
│       └── lightdm-dynamic.conf --> conf
├── LICENSE
├── README.md
└── usr
    ├── bin
    │   ├── lightdm-dynamic --> main script
    │   └── lightdm-dynamic-conf --> "LightDm Dynamic Configuration" script (Zenity)
    └── share
        └── applications
            └── lightdm-dynamic-conf.desktop --> "LightDm Dynamic Configuration" desktop entry (for "applications" menu)

Special thanks to Irina Kalman !