Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Block ¶
type Block struct { Command string `yaml:"command"` Icon string `yaml:"icon"` Enabled string `yaml:"enabled"` Args []string `yaml:"args"` UpdateSignals []int `yaml:"update_signals"` Interval time.Duration `yaml:"interval"` // contains filtered or unexported fields }
Block represents a single block in the statusbar
func (*Block) NotifySignal ¶
NotifySignal notifies the block that a signal has been received
type BlockOutput ¶
Click to show internal directories.
Click to hide internal directories.