You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
awk '{printf "⏰ %.1f", ($1 / 3600)}' /proc/uptime
Related code
i3status-rust/src/blocks/uptime.rs
Lines 85 to 97 in 61be770
The text was updated successfully, but these errors were encountered: