Skip to content

Commit

Permalink
liquidctl: add page (#10664)
Browse files Browse the repository at this point in the history
Co-authored-by: Lena <126529524+acuteenvy@users.noreply.github.com>
  • Loading branch information
Managor and acuteenvy authored Sep 4, 2023
1 parent 118d1f8 commit eb4aa19
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions pages/common/liquidctl.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# liquidctl

> Control liquid coolers.
> More information: <https://github.com/liquidctl/liquidctl>.
- List available devices:

`liquidctl list`

- Initialize all supported devices:

`sudo liquidctl initialize all`

- Print the status of available liquid coolers:

`liquidctl status`

- Match a string in product name to pick a device and set its fan speed to 0% at 20°C, 50% at 50°C and 100% at 70°C:

`liquidctl --match {{string}} set fan speed {{20 0 50 50 70 100}}`

0 comments on commit eb4aa19

Please sign in to comment.