Simple TLP configuration switcher. Place TLP configuration files in ~/.tlp/ This extension allows you to switch between configurations and analyze the output of tlp-stat -c to determine the currently active config. See README.md for more details. Extension Homepage: https://github.com/rosghub/TLP-Switcher
Note: Binary files aren't shown on the web site. To see all files, please download the extension zipfile.
Version | Status |
---|---|
1 | Active |
why you need shell copy tlp_update file into /etc/default/tlp instead of just write file data into /etc/default/tlp ?
I'm not sure I understand your question. The extensions changes TLP configuration by running the tlp_update.sh script, which copys the selected configuration from ~/.tlp/config to /etc/default/tlp. The script is just cp $1 /etc/default/tlp && tlp start where $1 is the full path of the selected configuration file. As far as I know TLP only reads configuration from /etc/default/tlp so it's necessary to replace it with your own configuration. Sorry if I misunderstood your question, let me know
thank you for activating. is it possible to link the github repo in description?