Documentation ¶
Index ¶
- Variables
- func AppTitle(title string) string
- func CountFocus(app application) string
- func DurationFocus(app application) string
- func InitialApp() application
- func LongFocus(app application) string
- func NewKeymap() keymap
- func SettingsCardContent(title string, value any) string
- func ShortFocus(app application) string
Constants ¶
This section is empty.
Variables ¶
View Source
var ( UnfocusedModelStyle = lipgloss.NewStyle(). Width(16). Height(4). Align(lipgloss.Center, lipgloss.Center). BorderStyle(lipgloss.RoundedBorder()).BorderForeground(lipgloss.Color("188")) FocusedModelStyle = lipgloss.NewStyle(). Width(16). Height(4). Align(lipgloss.Center, lipgloss.Center). BorderStyle(lipgloss.RoundedBorder()).BorderForeground(lipgloss.Color("202")) )
Functions ¶
func CountFocus ¶
func CountFocus(app application) string
func DurationFocus ¶
func DurationFocus(app application) string
func InitialApp ¶
func InitialApp() application
func SettingsCardContent ¶
func ShortFocus ¶
func ShortFocus(app application) string
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.