An Emacs minor-mode to get a fancy mode line indicator for Flycheck.
(require 'flycheck-indicator)
(eval-after-load "flycheck"
'(add-hook 'flycheck-mode-hook 'flycheck-indicator-mode))
(use-package flycheck-indicator
:hook (flycheck-mode . flycheck-indicator-mode))
The icons and faces can be customized in the customization group flycheck-indicator
:
M-x customize-group
flycheck-indicator
Here are some screenshots of the indicator in all the possible statuses with default (left) and customized (right) status icon with Solarized theme.