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

allow feh to set the background #7

Closed nkoehring closed 5 years ago

nkoehring commented 5 years ago

This commit adds functionality to check for existence of certain commands (feh, gsettings) and use the appropriate one. It also moves the wallpaper setting into its own script, which allows a later cronjob to ignore the unnecessary setup process.

anirudhajith commented 5 years ago

This is a nice improvement. Thanks!