[][src]Function penrose::xcb::new_xcb_backed_status_bar

pub fn new_xcb_backed_status_bar(
    height: usize,
    style: &TextStyle,
    highlight: impl Into<Color>,
    empty_ws: impl Into<Color>,
    workspaces: Vec<impl Into<String>>
) -> Result<StatusBar<XcbDrawContext, XcbDraw, XcbConnection>>

Construct a new StatusBar using the default dwm_bar configuration, backed by XcbDraw