Anybar elisp function

December 5, 2015 ยท View on GitHub

(defun update-anybar-color (color &optional port) (shell-command (format "echo -n "%s" | nc -4u -w0 localhost %s" color (or port 1738))))

;; (update-anybar-color "red")