diff --git a/bumblebee/output.py b/bumblebee/output.py index 44515aa..df69e3a 100644 --- a/bumblebee/output.py +++ b/bumblebee/output.py @@ -164,6 +164,7 @@ class I3BarOutput(object): "align": self._theme.align(widget), "instance": widget.id, "name": module.id, + "markup": self._config.get("output.markup", "none"), }) def begin(self):