Documentation
¶
Overview ¶
Package counter demonstrates an extremely simple i3bar module that shows a counter which can be chnaged by clicking on it. It showcases the asynchronous nature of i3bar modules when written in go.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Module ¶
type Module struct {
// contains filtered or unexported fields
}
Module represents a "counter" module that displays a count in the given format, and adjusts the count on click/scroll. This module exemplifies the event-based architecture of barista.
Click to show internal directories.
Click to hide internal directories.