anirudhajith / process-wallpaper

Shell and python scripts for setting your desktop wallpaper to a ~live word cloud of your most resource-hungry processes
GNU General Public License v3.0
544 stars 52 forks source link

Refactor image generation for easier configuration #31

Open FG-TUM opened 2 years ago

FG-TUM commented 2 years ago

Description

On a system with multiple screens the wallpaper was still generated with the resolution of only one of the screens. E.g. For three 1920x1080 screens the wallpaper had a resolution of 1920x1080 instead of 5760x1080. Changing the config.yaml didn't help. This PR fixes this issue.

Also the generation of the intermediate image was removed as it is not necessary.

Changes

Additional Information

Maybe it would be nice to expose more config parameters of WordCloud via the config.yaml.