Struct i3ipc::reply::BarIds [] [src]

pub struct BarIds {
    pub ids: Vec<String>,
}

The reply to the get_bar_ids request.

This can be used by third-party workspace bars (especially i3bar, but others are free to implement compatible alternatives) to get the bar block configuration from i3.

Fields

A vector of configured bar IDs.

Trait Implementations

impl Debug for BarIds
[src]

[src]

Formats the value using the given formatter.