Adding preview image.

This commit is contained in:
calcu1on 2025-04-06 09:32:09 -04:00
parent 48cd4e6eb6
commit 84dda34df6
3 changed files with 3 additions and 1 deletions

2
README.md Normal file
View File

@ -0,0 +1,2 @@
# Curently looks like this
![screenshot of pulse command line output](assets/preview.png)

BIN
assets/preview.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 628 KiB

View File

@ -61,7 +61,7 @@ fn render_table(rows: &Vec<TableRow>) {
table.with((Style::modern(), Alignment::center()));
table.modify(Columns::last(), Alignment::left());
table.with((
Width::wrap(195).priority(Priority::max(true)),
Width::wrap(200).priority(Priority::max(true)),
Width::increase(60).priority(Priority::min(true)),
));
table.modify(Columns::single(3), Alignment::left());