Skip to content

Instantly share code, notes, and snippets.

@vasileboris
vasileboris / calypso-anybar-handler.sh
Last active June 19, 2018 05:02 — forked from mcsf/calypso-anybar-handler.sh
Calypso AnyBar handler
#!/bin/bash
PORT="${PORT:-1738}"
INITIAL_COLOR="${INITIAL_COLOR:-"white"}"
PROGRESS_COLOR="${PROGRESS_COLOR:-"yellow"}"
DONE_COLOR="${DONE_COLOR:-"green"}"
BUILD_ERROR_COLOR="${BUILD_ERROR_COLOR:-"red"}"
main() {
reset_icon