Enum i3ipc::reply::ColorableBarPart [] [src]

pub enum ColorableBarPart {
    Background,
    Statusline,
    Separator,
    FocusedWorkspaceText,
    FocusedWorkspaceBg,
    FocusedWorkspaceBorder,
    ActiveWorkspaceText,
    ActiveWorkspaceBg,
    ActiveWorkspaceBorder,
    InactiveWorkspaceText,
    InactiveWorkspaceBg,
    InactiveWorkspaceBorder,
    UrgentWorkspaceText,
    UrgentWorkspaceBg,
    UrgentWorkspaceBorder,
    BindingModeText,
    BindingModeBg,
    BindingModeBorder,
    Unknown,
}

Variants

Background color of the bar.

Text color to be used for the statusline.

Text color to be used for the separator.

Text color for a workspace button when the workspace has focus.

Background color for a workspace button when the workspace has focus.

Border color for a workspace button when the workspace has focus.

Text color for a workspace button when the workspace is active (visible) on some output, but the focus is on another one. You can only tell this apart from the focused workspace when you are using multiple monitors.

Background color for a workspace button when the workspace is active (visible) on some output, but the focus is on another one. You can only tell this apart from the focused workspace when you are using multiple monitors.

Border color for a workspace button when the workspace is active (visible) on some output, but the focus is on another one. You can only tell this apart from the focused workspace when you are using multiple monitors.

Text color for a workspace button when the workspace does not have focus and is not active (visible) on any output. This will be the case for most workspaces.

Background color for a workspace button when the workspace does not have focus and is not active (visible) on any output. This will be the case for most workspaces.

Border color for a workspace button when the workspace does not have focus and is not active (visible) on any output. This will be the case for most workspaces.

Text color for workspaces which contain at least one window with the urgency hint set.

Background color for workspaces which contain at least one window with the urgency hint set.

Border color for workspaces which contain at least one window with the urgency hint set.

Text color for the binding mode indicator.

Background color for the binding mode indicator.

Border color for the binding mode indicator.

A ColorableBarPart we don't support yet.

Trait Implementations

impl Hash for ColorableBarPart
[src]

[src]

Feeds this value into the given [Hasher]. Read more

1.3.0
[src]

Feeds a slice of this type into the given [Hasher]. Read more

impl Eq for ColorableBarPart
[src]

impl PartialEq for ColorableBarPart
[src]

[src]

This method tests for self and other values to be equal, and is used by ==. Read more

1.0.0
[src]

This method tests for !=.

impl Debug for ColorableBarPart
[src]

[src]

Formats the value using the given formatter.