Documentation
¶
Index ¶
Constants ¶
View Source
const AM = "A"
AM defines the AM string format
View Source
const PM = "P"
PM defines the PM string format
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ClockFont ¶
type ClockFont struct {
// contains filtered or unexported fields
}
ClockFont struct to hold the font info
type ClockFontInterface ¶
type ClockFontInterface interface {
// contains filtered or unexported methods
}
ClockFontInterface to makes sure all fonts implement join and get methods
type Widget ¶
type Widget struct {
view.TextWidget
// contains filtered or unexported fields
}
Widget is a text widget struct to hold info about the current widget
func NewWidget ¶
func NewWidget(tviewApp *tview.Application, redrawChan chan bool, settings *Settings) *Widget
NewWidget creates a new widget using settings
func (*Widget) ConfigText ¶ added in v0.50.0
Click to show internal directories.
Click to hide internal directories.