Skip to content

nbfc-linux/nbfc-qt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 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:

    • 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:

    • 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:

    • 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

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

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