An open API service indexing awesome lists of open source software.

https://github.com/wotikama/nvidiafan

Nvidia fan control for wayland
https://github.com/wotikama/nvidiafan

fancontrol hyprland linux nvidia nvidia-gpu wayland

Last synced: 4 months ago
JSON representation

Nvidia fan control for wayland

Awesome Lists containing this project

README

          

# Welcome
Nvidia fan control for wayland. I use arch btw.

edit: using now dwl with no problems

Dependencies:
```
# pacman -S --needed nvidia-settings bash xorg-xhost
```

# Allow sudo nopasswd (WON'T WORK OTHERWISE!)
As suggested -to not store sudo passwordd in plain text- add the following at the end of sudoers:
```
user ALL=(ALL) NOPASSWD: /usr/bin/nvidia-settings *
```
# Installation:
clone repository
```
$ git clone https://github.com/wotikama/nvidiafan/
```
move nvidifan.sh to a safe place (I use ~/) and make it executable
```
$ chmod +x nvidiafan.sh
```
-launch on startup. Example:
open hyprland.conf and add
```
exec-once = bash /PATH/TO/FILE/nvidiafan.sh
```
# Configuration:
edit nvidiafan.sh