Documentation
¶
Index ¶
Constants ¶
View Source
const ( LoopNone = 0 LoopAll = 1 LoopOne = 2 )
Variables ¶
This section is empty.
Functions ¶
func InitStyles ¶
func InitStyles()
func InitialModel ¶
func InitialModel() model
func LimitString ¶
Types ¶
type BackgroundWrapper ¶
type BackgroundWrapper struct {
RenderedView string
}
func (BackgroundWrapper) Init ¶
func (m BackgroundWrapper) Init() tea.Cmd
func (BackgroundWrapper) View ¶
func (m BackgroundWrapper) View() string
type ContentModel ¶
type ContentModel struct {
Content string
}
func (ContentModel) Init ¶
func (m ContentModel) Init() tea.Cmd
func (ContentModel) View ¶
func (m ContentModel) View() string
type HelpModel ¶
func NewHelpModel ¶
func NewHelpModel() HelpModel
type SetDBusMsg ¶
type SetDBusMsg struct {
Instance *integration.Instance
}
type SetDiscordMsg ¶
type SetDiscordMsg struct {
Instance *integration.DiscordInstance
}
type Styles ¶
type Styles struct {
Subtle lipgloss.AdaptiveColor
Highlight lipgloss.AdaptiveColor
Special lipgloss.AdaptiveColor
}
var Theme Styles
Click to show internal directories.
Click to hide internal directories.