Example #1
0
File: clock.go Project: tv42/quobar
func init() {
	quobar.Register(Clock{})
}
Example #2
0
func init() {
	quobar.Register(Batteries{})
}
Example #3
0
func init() {
	quobar.Register(DiskFree{})
}
Example #4
0
func init() {
	quobar.Register(Placeholder{})
}
Example #5
0
func init() {
	quobar.Register(Swap{})
}