nbfc-qt is a simple Qt-based graphical user interface for nbfc-linux.
nbfc-qt-tray is a simple system tray application for controlling fan speeds.
Both programs support both PyQt5 and PyQt6.
-
Arch Linux:
- Latest Version 0.4.1
- Install one of the following dependencies (PyQt6 is recommended):
- PyQt6:
pacman -S python-pyqt6
- PyQt5:
pacman -S python-pyqt5
- PyQt6:
- Install package:
pacman -U ./nbfc-qt-git-0.4.1-1-any.pkg.tar.zst
-
Debian / Ubuntu:
- Latest Version 0.4.1
- Install one of the following dependencies (PyQt6 is recommended):
- PyQt5:
apt install python3-pyqt5
- PyQt6:
apt install python3-pyqt6
- PyQt5:
- Install package:
dpkg -i ./nbfc-qt_0.4.1_amd64.deb
-
Fedora:
- Latest Version 0.4.1
- Install PyQt5:
dnf install python3-qt5
- Install package:
dnf install ./fedora-nbfc-qt-0.4.1-1.x86_64.rpm
-
OpenSuse (Tumbleweed):
- Latest Version 0.4.1
- Install PyQt5:
zypper install python3-qt5
- Install package:
zypper install ./opensuse-nbfc-qt-0.4.1-1.x86_64.rpm
-
In general:
- make && sudo make install
For configuring and starting the NBFC service, run sudo nbfc-qt
.
For controlling the fans using the system tray app, run nbfc-qt-tray
. This does not required root priviliges.