anybar v0.4.0 AnyBar

Provides an Elixir interface for interacting with AnyBar

Examples

iex> AnyBar.change("blue")
:ok

iex> AnyBar.change("green", 12345)
:ok

Summary

Functions

Changes color of AnyBar running on the given port

Returns the default port of AnyBar

Functions

change(color, port \\ 1738, udp_client \\ :gen_udp)
change(String.t, integer, module) :: :ok | {:error, String.t}

Changes color of AnyBar running on the given port

default_port()
default_port() :: integer

Returns the default port of AnyBar