For my case: I prefer not to show minutes or seconds but I want to see only hours. I usually run my computer more than an hours, and this uptime block shows seconds unit in less than an hour. That was little bothering me.
Since the uptime block is not-too-complicated to implement one (so I think you can feel free to ignore this suggestion), currently I'm using custom block for that with this script:
For my case: I prefer not to show minutes or seconds but I want to see only hours. I usually run my computer more than an hours, and this uptime block shows seconds unit in less than an hour. That was little bothering me.
Since the uptime block is not-too-complicated to implement one (so I think you can feel free to ignore this suggestion), currently I'm using custom block for that with this script:
Related code
https://github.com/greshake/i3status-rust/blob/61be770a6792f131aa75de675145757e8c72c3c1/src/blocks/uptime.rs#L85-L97