Update i3bar.go
This commit is contained in:
parent
27c8782713
commit
beebafdf5d
1 changed files with 3 additions and 0 deletions
|
@ -223,6 +223,9 @@ type BlockGenerator interface {
|
|||
Block(*ColorSet) (*Block, error)
|
||||
// Frequency should return the frequency at which the block is updated, as
|
||||
// "1 per n seconds".
|
||||
//
|
||||
// A frequency of zero means that the Block method will only be called
|
||||
// once, ever.
|
||||
Frequency() uint8
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue