Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rosghub/TLP-Switcher
Gnome shell extension for switching TLP configurations
https://github.com/rosghub/TLP-Switcher
Last synced: about 2 months ago
JSON representation
Gnome shell extension for switching TLP configurations
- Host: GitHub
- URL: https://github.com/rosghub/TLP-Switcher
- Owner: rosghub
- Created: 2017-05-01T20:00:07.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2021-03-21T14:44:44.000Z (over 3 years ago)
- Last Synced: 2024-08-01T03:13:49.217Z (4 months ago)
- Language: JavaScript
- Size: 6.84 KB
- Stars: 12
- Watchers: 1
- Forks: 8
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- stars - rosghub/TLP-Switcher
README
# TLP-Switcher
TLP-Switcher is very basic gnome shell extension for switching TLP configurations
![Screenshot](https://cloud.githubusercontent.com/assets/9300522/25596313/7c3639b6-2e96-11e7-87be-4ad536d5c38b.png)
## Dependencies
- TLP## Install
Download and extract zip to `~/.local/share/gnome-shell/extensions/`, and restart gnome shell.or
Using a browser that supports extension installation, visit https://extensions.gnome.org/extension/1212/tlp-switcher/
## How To
Place TLP configuration files in `~/.tlp/`.
Create a new profile:
`tlp-stat -c > ~/.tlp/MyProfile`
or
`cp /etc/default/tlp ~/.tlp/MyProfile`
Selecting a profile will prompt you for root access to run [tlp_update.sh](tlp_update.sh). This script copys your profile to `/etc/default/tlp` and runs `tlp start`.
Changes to `~/.tlp/` (adding/removing profiles) are reflected (not applied) automatically.
## Gnome Version
This extension is built and tested under gnome 3.24.1. It *may* work on previous versions of gnome but the metadata.json file only lists 3.24+. You can simply edit it and add your gnome version (if it works fine, leave me a comment so I can update the metadata.json).