Crate rust_bitbar

Source

Structs§

Cmd
Cmd wraps options related to commands which can be added to a line using the
Line
Line holds the content, styling and behaviour of a line in a Bitbar menu, both in the menu and submenus
Plugin
Example
StatusBar
StatusBar holds one of more Lines of text which are rendered in the status bar. Multiple Lines will be cycled through over and over
Style
Style wraps options related to text presentation which can be added to a line
SubMenu
SubMenu contains a slice of SubMenuItems which can be Lines or additional SubMenus. The Level indicates how nested the submenu is which is used during render to prepend the correct number of -- prefixes.

Enums§

SubMenuItem
Enum which represent a sub menu item