show buffer size and latency

This commit is contained in:
🪞👃🪞 2024-11-27 01:30:40 +01:00
parent 763063f4ed
commit 51889d4b43
5 changed files with 33 additions and 14 deletions

View file

@ -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()
)