github ClementTsang/bottom 0.4.2
0.4.2 Release

latest releases: nightly, 0.9.6, 0.9.5...
3 years ago

A minor update to fix some bugs and some minor QoL changes:

Changes

  • Automatically hide time axis labels if the widget gets too small.

  • Automatically hide table gap if the widget gets too small.

Bugs

  • The <Space> character can be used as an "AND" again (properly) in queries. For example:
(btm cpu > 0) (discord mem > 0)

is equivalent to:

(btm AND cpu > 0) AND (discord AND mem > 0)
  • Fixed an issue where if the drive I/O label didn't match any disk, the entire disk widget would display no results.

  • Also fixed macOS disk I/O not working at all. Now it sorta works.

  • Display SWAP and MEM legends even if the total amount is 0 to avoid a weird blank spot in the legend.

Don't miss a new bottom release

NewReleases is sending notifications on new releases.