summaryrefslogtreecommitdiffstats
path: root/docs/content/usage/widgets/temperature.md
blob: 3cadc9a8923e4dd6e2fa01872e41fbed9744f1ba (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
# Temperature Widget

The temperature widget provides a table of temperature sensors and their current temperature.

<figure>
    <img src="../../../assets/screenshots/temperature.webp" alt="A picture of an expanded temperature widget."/>
</figure>

## Features

The temperature widget provides the sensor name as well as its current temperature.

This widget can also be configured to display Nvidia GPU temperatures (`--enable_gpu` on Linux/Windows).

## 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 |