Simple crystal wrapper for AnyBar
Add this to your application's shard.yml:
dependencies:
AnyBar_cr:
github: davydovanton/AnyBar_cr
You must have AnyBar installed and running
require "any_bar"
You can change bar color from your app using this syntax:
any_bar = AnyBar::Client.new(port)
any_bar.color = 'red'
any_bar.color # => 'red'
By default port is equal 1738
- Fork it ( https://github.com/davydovanton/any_bar_cr/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
- davydovanton Anton Davydov - creator, maintainer