Add UTC time to work clock
This commit is contained in:
parent
b21a06b622
commit
3b2c74c01e
@ -73,6 +73,8 @@ fn main() {
|
||||
},
|
||||
]);
|
||||
bar.push(dt);
|
||||
let dt_utc = DateTimeWidget::tz("UTC %H:%M", chrono::offset::Utc);
|
||||
bar.push(dt_utc);
|
||||
|
||||
// Then start updating the status bar
|
||||
bar.update_loop(I3Protocol::new(Header::new(1), std::io::stdout()));
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user