class I3::Message::Bar

Overview

Represents the response to a Message::MessageType::GET_BAR_CONFIG request.

See Connection#bar_config.

Defined in:

i3/message/bar.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(__temp_78 : JSON::PullParser) #

Instance Method Detail

def binding_mode_indicator : Bool #

def binding_mode_indicator=(_binding_mode_indicator : Bool) #

def colors : Colors #

def colors=(_colors : Colors) #

def font : String #

def font=(_font : String) #

def id : String #

def id=(_id : String) #

def mode : String #

def mode=(_mode : String) #

def position : String #

def position=(_position : String) #

def status_command : String #

def status_command=(_status_command : String) #

def to_json(json : JSON::Builder) #

def verbose : Bool #

def verbose=(_verbose : Bool) #

def workspace_buttons : Bool #

def workspace_buttons=(_workspace_buttons : Bool) #