TUF Manager allows control of the keyboard and fans of ASUS TUF laptops using the faustus driver module.
Go to file
Chris Cromer 95d084883f
update readme
2020-08-06 19:25:03 -04:00
contrib add s6 and runit scripts 2020-08-06 15:45:16 -04:00
data add systemd 2020-08-05 23:18:39 -04:00
docs code cleanup and openrc script 2020-08-05 21:15:32 -04:00
po code cleanup and openrc script 2020-08-05 21:15:32 -04:00
screenshot add screenshots 2020-08-04 23:30:07 -04:00
script code cleanup and openrc script 2020-08-05 21:15:32 -04:00
src add pid file and openrc detection 2020-08-05 22:49:31 -04:00
.gitignore initial commit 2020-08-04 23:09:05 -04:00
LICENSE initial commit 2020-08-04 23:09:05 -04:00
README.md update readme 2020-08-06 19:25:03 -04:00
meson.build lower the warning level 2020-08-05 23:20:27 -04:00
meson_options.txt add s6 and runit scripts 2020-08-06 15:45:16 -04:00

README.md

TUF Manager

License

3-Clause BSD License

Screenshots

Build requirements

To build TUF Manager the following is needed:

  • vala
  • valadoc
  • glib
  • gtk3
  • dbus
  • polkit
  • polkit-gobject
  • gmodule-export

Other requirements

This software will only work if using the faustus driver module.

Build options

  • valadocs

Build TUF Manager's vala documentation.

  • valadocs-deps

Build external valadocs that TUF Manager utilizes and calls.

  • build-cli

Build the cli interface.

  • build-gui

Build the gui interface.

  • always-authenticated

Authentication is not required to use the TUF Server that runs in the background as a daemon, if this is set to false polkit is used for authentication. Setting this to false is more secure, but also makes things like auto restore of settings on login impossible to do without a password.

  • openrc

Install an OpenRC init script. Ff this option is not set, the init script is still generated during build, just not installed.

  • runit

Install a runit init script. If this option is not set, the init script is still generated during build, just not installed.

  • s6

Install n s6 init scripts. If this option is not set, the init scripts are still generated during build, just not installed.

  • system

Install a systemd unit. If this option is not set, the unit is still generated during build, just not installed.

Usage

There are 2 programs and 1 daemon supplied by TUF Manager.

  • tuf-cli

This allows controlling the TUF laptop functions via command line interface.

  • tuf-gui

This supplies a graphical interface to control the TUF laptop.

  • tuf-server

This is the daemon that runs in the background and handles all requests from both tuf-cli and tuf-gui.

Future plans

  • Manpage
  • Config options for both tuf-gui and tuf-cli
  • Status bar icon that allows control of the notebook
  • Notifications of fan mode change via status bar
  • Restore last known settings on login via status bar icon