mirror of
https://codeberg.org/unspeaker/tek.git
synced 2025-12-08 12:46:42 +01:00
show buffer size and latency
This commit is contained in:
parent
763063f4ed
commit
51889d4b43
5 changed files with 33 additions and 14 deletions
|
|
@ -34,7 +34,7 @@ impl Content for SequencerStatusBar {
|
|||
widget(&self.mode).bg(orange).fg(black).bold(true),
|
||||
row!(
|
||||
widget(&self.cpu).fg(orange),
|
||||
widget(&self.sr).fg(orange),
|
||||
widget(&self.res).fg(orange),
|
||||
widget(&self.size).fg(orange),
|
||||
).align_se().fill_x()
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue