forked from wathiede/i3xs
Add history to TX/RX status.
This commit is contained in:
@@ -26,7 +26,7 @@ fn main() {
|
||||
}
|
||||
|
||||
// Realtime upload/download rate for a interface
|
||||
bar.push(NetworkSpeedWidget::new(&opts.nic));
|
||||
bar.push(NetworkSpeedWidget::new(&opts.nic, 6));
|
||||
|
||||
bar.push(DateTimeWidget::new("%m/%d %H:%M".to_string()));
|
||||
|
||||
|
||||
@@ -26,7 +26,7 @@ fn main() {
|
||||
}
|
||||
|
||||
// Realtime upload/download rate for a interface
|
||||
bar.push(NetworkSpeedWidget::new(&opts.nic));
|
||||
bar.push(NetworkSpeedWidget::new(&opts.nic, 6));
|
||||
|
||||
bar.push(DateTimeWidget::tz(
|
||||
"%H:%M %Z".to_string(),
|
||||
|
||||
Reference in New Issue
Block a user