Skip to content

Latest commit

 

History

History
35 lines (22 loc) · 944 Bytes

README.md

File metadata and controls

35 lines (22 loc) · 944 Bytes

TLPUI - 26.03.2018

The Python scripts in this projects generate a GTK-UI to change TLP configuration files easily. It has the aim to protect users from setting bad configuration and to deliver a basic overview of all the valid configuration values.

Preparations:

  • Gtk3 libs installed
  • Python3 installed

Start UI:

  • Download and extract ZIP or pull repository
  • Open terminal and go to specific folder
  • Type: python3 -m tlpui

Current status:

  • Software still in Beta status

What works:

  • Configuration can be read and displayed
  • Shows information about configuration changes (defaults/unsaved)
  • Changes can be saved with user permissions
  • Must be run with sudo to save system configuration (/etc/default/tlp)
  • tlp-stat can be load in ui (simple and complete)

To be done:

  • Translation optimizations
  • Debian package build script

Screenshot 28.12.2017