Small program utilizing ImageMagick to generate a desktop background image in Mac OS X with some useful info.
$ git clone https://github.com/brownmike/System-Info-Background.git
If you have HomeBrew you can simply:
$ brew install imagemagick ghostscript
$ cd System-Info-Background ; ./sysinfo_background
- Make more modular with command line options
- Implement Pango Markup Language formatting
- Fork it
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request