Function penrose_ui::status_bar

source ยท
pub fn status_bar<X: XConn>(
    height: u32,
    font: &str,
    point_size: u8,
    style: TextStyle,
    highlight: impl Into<Color>,
    empty_ws: impl Into<Color>,
    position: Position,
) -> Result<StatusBar<X>>
Expand description

Create a default dwm style status bar that displays content pulled from the WM_NAME property of the root window.