mirror of
https://github.com/ClementTsang/bottom
synced 2024-12-12 13:42:34 +00:00
4d9f5093b2
* feature: basic sortable temp * add shortcuts * fix missing shortcut names in header * update changelog * update docs
1.2 KiB
1.2 KiB
Temperature Widget
The temperature widget provides a table of temperature sensors and their current temperature.
Features
The temperature widget provides the sensor name as well as its current temperature.
Key bindings
Note that key bindings are generally case-sensitive.
Binding | Action |
---|---|
++up++ , ++k++ | Move up within a widget |
++down++ , ++j++ | Move down within a widget |
++g+g++ , ++home++ | Jump to the first entry in the table |
++G++ , ++end++ | Jump to the last entry in the table |
++t++ | Sort by temperature, press again to reverse sorting order |
++s++ | Sort by sensor name, press again to reverse sorting order |
Mouse bindings
Binding | Action |
---|---|
++lbutton++ | Selects an entry in the table |