Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Battery ¶
type Music ¶
type PulseAudio ¶
type PulseAudio struct {
Prefix string
Suffix string
Names []string
Type string
Format string
NotFoundFormat string `yaml:"not_found_format"`
MutedFormat string `yaml:"muted_format"`
}
func (PulseAudio) GetPrefix ¶
func (pa PulseAudio) GetPrefix() string
func (PulseAudio) GetSuffix ¶
func (pa PulseAudio) GetSuffix() string
func (PulseAudio) Print ¶
func (pa PulseAudio) Print(args []string) string
type Storage ¶
type Temperature ¶
type Temperature struct {
Prefix string
Suffix string
Unit string
Rounding int
JsonPath string `yaml:"json_path"`
}
func (Temperature) GetPrefix ¶
func (t Temperature) GetPrefix() string
func (Temperature) GetSuffix ¶
func (t Temperature) GetSuffix() string
func (Temperature) Print ¶
func (t Temperature) Print(args []string) string
Click to show internal directories.
Click to hide internal directories.