/lemonbar.el

Run lemonbar from inside Emacs

Primary LanguageEmacs Lisp

lemonbar.el

Lemonbar integration for Emacs

This library starts lemonbar as an asynchronous process and updates its content from inside Emacs. This can be especially useful for users of EXWM, because it allows you to display variables in Emacs via the bar. It can be considered as a screen-wide variant of modeline.

Prerequisites

Configuration

Customize lemonbar-output-template variable to specify a template for your lemonbar. This gist provides an example for feeding the system status from i3status to lemonbar.el.

Add (lemonbar-start) to your init.el.

License

GPL v3