$ cnpm install @statusbar/dzen
dzen integration for Statusbar.
const dzen = require('@statusbar/dzen')
bar.use(dzen())
See the dzen2 options.
This module supports one additional option:
spawn
- Whether the module should start dzen. Defaults to true
. When false
, dzen-formatted output will be written to stdout instead. You can then run statusbar by piping its stdout to dzen:
statusbar | dzen2 -dock
Copyright 2014 - 2016 © taobao.org |