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
- Host: GitHub
- URL: https://github.com/wotikama/nvidiafan
- Owner: wotikama
- Created: 2023-09-30T23:55:27.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-12-27T21:04:48.000Z (over 1 year ago)
- Last Synced: 2024-12-27T22:18:17.914Z (over 1 year ago)
- Topics: fancontrol, hyprland, linux, nvidia, nvidia-gpu, wayland
- Language: Shell
- Homepage:
- Size: 49.8 KB
- Stars: 19
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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