rotate-wallpaper
A simple wallpaper rotation program because I'm bored on a train.
Installation from source
Clone this repository, then build with:
crystal build --release src/rotate-wallpaper.cr
Usage
Just run it, it will cycle hourly through the pictures contained at
$HOME/img/wallpapers
.
Contributing
- Fork it ( https://github.com/oz/rotate-wallpaper/fork )
- 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 a new Pull Request
Contributors
- oz Arnaud Berthomier - creator, maintainer