Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 2 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 (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2023-09-11T04:39:20.000Z (over 1 year ago)
- Last Synced: 2024-10-17T16:58:32.047Z (3 months ago)
- Topics: applet, hardware, linux, performance, performance-monitoring, qt, qt5, system-tray, tuned, utilities, utility, widget
- Language: C++
- Homepage:
- Size: 465 KB
- Stars: 16
- Watchers: 4
- Forks: 4
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
- License: COPYING
- Security: .github/SECURITY.md
Awesome Lists containing this project
README
# Tuned Switcher
[![GitHub version](https://img.shields.io/github/v/release/xvitaly/tuned-switcher?sort=semver&color=brightgreen&logo=git&logoColor=white)](https://github.com/xvitaly/tuned-switcher/releases)
[![Linux CI status](https://github.com/xvitaly/tuned-switcher/actions/workflows/linux.yml/badge.svg)](https://github.com/xvitaly/tuned-switcher/actions/workflows/linux.yml)
[![Flatpak CI status](https://github.com/xvitaly/tuned-switcher/actions/workflows/flatpak.yml/badge.svg)](https://github.com/xvitaly/tuned-switcher/actions/workflows/flatpak.yml)
[![CodeQL](https://github.com/xvitaly/tuned-switcher/actions/workflows/codeql.yml/badge.svg)](https://github.com/xvitaly/tuned-switcher/actions/workflows/codeql.yml)
[![CodeFactor](https://www.codefactor.io/repository/github/xvitaly/tuned-switcher/badge)](https://www.codefactor.io/repository/github/xvitaly/tuned-switcher)
[![Codacy](https://app.codacy.com/project/badge/Grade/aa1c30566f9244b8a677a775d1672604)](https://www.codacy.com/gh/xvitaly/tuned-switcher/dashboard)
[![GitHub issues](https://img.shields.io/github/issues/xvitaly/tuned-switcher.svg?label=issues)](https://github.com/xvitaly/tuned-switcher/issues)
---## About
Tuned Switcher is a simple utility for managing performance profiles using the [Tuned service](https://github.com/redhat-performance/tuned).
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.
## Downloads
## Screenshots
Screenshots are available [here](docs/screenshots.md).
## Features
Currently supported features:
* shows the active profile;
* easy and simple switching of performance profiles;
* automatic mode support;
* profile switch notifications;
* optional widget-only mode support.## Modes
This program can operate in two modes:
* system tray icon (aka applet) - default and recommended mode with support of all available features;
* GUI application (aka widget) - simplified mode with some features are not available.If current desktop environment has a system tray support, an applet will be used, otherwise a widget.
## License
Licensed under the terms of the GNU General Public License version 3. You can find it here: [LICENSE](LICENSE).
Icon from the [Noto Emoji](https://github.com/googlefonts/noto-emoji) font, licensed under the terms of the [Apache License 2.0](licenses/noto-emoji.LICENSE.txt).
## Documentation
Documentation is available [here](docs/README.md).