Skip to content

nbfc-linux/nbfc-qt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NBFC-Qt - GUI for NBFC-Linux

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.

Installation

  • Arch Linux:

    • Download Latest Version 0.4.1
    • Install one of the following dependencies (PyQt6 is recommended):
      • PyQt6: pacman -S python-pyqt6
      • PyQt5: pacman -S python-pyqt5
    • Install package: pacman -U ./nbfc-qt-git-0.4.1-1-any.pkg.tar.zst
  • Debian / Ubuntu:

    • Download Latest Version 0.4.1
    • Install one of the following dependencies (PyQt6 is recommended):
      • PyQt5: apt install python3-pyqt5
      • PyQt6: apt install python3-pyqt6
    • Install package: dpkg -i ./nbfc-qt_0.4.1_amd64.deb
  • Fedora:

  • OpenSuse (Tumbleweed):

  • In general:

    • make && sudo make install

Usage

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 privileges.

Screenshots

Screenshot NBFC-Qt Service control

Screenshot NBFC-Qt Fan Control

Screenshot NBFC-Qt Basic Configuration

Screenshot NBFC-Qt Sensor Configuration

Screenshot NBFC-Qt Update

About

GUI for NBFC-Linux based on Qt5

Resources

License

Stars

Watchers

Forks

Packages

No packages published