https://github.com/xvitaly/tuned-switcher
Simple utility to manipulate the Tuned service
https://github.com/xvitaly/tuned-switcher
applet hardware linux performance performance-monitoring qt qt5 system-tray tuned utilities utility widget
Last synced: 3 months ago
JSON representation
Simple utility to manipulate the Tuned service
- Host: GitHub
- URL: https://github.com/xvitaly/tuned-switcher
- Owner: xvitaly
- License: gpl-3.0
- Created: 2021-02-25T20:21:59.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2025-04-08T11:17:00.000Z (about 1 year ago)
- Last Synced: 2025-04-08T12:26:51.635Z (about 1 year ago)
- Topics: applet, hardware, linux, performance, performance-monitoring, qt, qt5, system-tray, tuned, utilities, utility, widget
- Language: C++
- Homepage:
- Size: 584 KB
- Stars: 19
- Watchers: 4
- Forks: 6
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
- License: COPYING
- Security: .github/SECURITY.md
Awesome Lists containing this project
README
# Tuned Switcher
## About
Tuned Switcher is a simple utility for managing performance profiles using the Tuned service.
Tuned is a daemon for monitoring and adaptive tuning of system devices. In order to use this program, a daemon must be installed on your system.
## Features
Currently supported features:
* shows the active profile;
* easy and simple switching of performance profiles;
* automatic mode support;
* profile switch notifications;
* service control functions;
* optional widget-only mode support;
* optional systemd integration.
## Modes
This program can operate in two modes:
* system tray icon (aka applet) - default and recommended mode controlled by the system tray icon;
* GUI application (aka widget) - simplified mode for desktop environments without a system tray support.
If current desktop environment has a system tray support, an applet will be used, otherwise a widget.
## License
This project is licensed under the terms of the [GNU General Public License version 3](COPYING).
The project icon from the Noto Emoji font is licensed under the terms of the [Apache License 2.0](licenses/noto-emoji.LICENSE.txt).
## Screenshots
Screenshots are available [here](docs/screenshots.md).
## Documentation
Documentation is available [here](docs/README.md).