Module swaystatus::blocks::uptime [−][src]
Expand description
System’s uptime
This block displays system uptime in terms of two biggest units, so minutes and seconds, or hours and minutes or days and hours or weeks and days.
Configuration
| Key | Values | Required | Default |
|---|---|---|---|
interval | Update interval in seconds | No | 60 |
Example
[[block]]
block = "uptime"
interval = "3600" # update every hourUsed Icons
uptime
TODO:
- Add
timeordurformatter tosrc/formatting/formatter.rs