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

Added matplotlib to setup and replacing commas with periods in fields #2

Closed CodeMyst closed 5 years ago

CodeMyst commented 5 years ago

When I first ran setup it complained about not having matplotlib

Also, my top fields had commas in them (example: 6,2) and parsing that to float didn't work. This might be due to some culture settings. Not a python dev so there's probably a better way to do it.

CodeMyst commented 5 years ago

Closing because this is a duplicate of #1