GPU control with supergfxctl for noctalia.
Minimum noctalia version: 3.8.2
Brings GPU control to your noctalia shell.
Available modes are detected automatically. Current mode is highlighted in the main color, pending mode will be in tertiary.
[!IMPORTANT]
supergfxctlmay not always report reliable information about the pending mode or the action required to apply it. The plugin can optionally guess the needed action (generally logout, reboot, or none) required after switching GPU modes. This behavior is controlled by theGuess fallback actionoption.
Made possible by supergfxctl.
Thanks asusctl, rog-control-center for code inspiration.
Check out noctalia for a great shell.
Follow plugin development overview.
āāā LICENCES/ # REUSE licenses (See README)
āāā i18n/ # Translations
āāā src/
ā āāā Bar.qml # Bar widget UI
ā āāā Main.qml # Entrypoint, common logic
ā āāā Panel.qml # Panel UI
ā āāā Settings.qml # Settings UI
āāā CHANGES.md # Changelog
āāā COPYING # MIT (See README)
āāā manifest.json # https://docs.noctalia.dev/plugins/manifest/
āāā README.md # This file
This project strives to be REUSE compliant.
Generally:
Copyright (c) 2025 cod3dddot@proton.me
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and
associated documentation files (the "Software"), to deal in the Software without restriction, including
without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the
following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial
portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT
LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO
EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE
USE OR OTHER DEALINGS IN THE SOFTWARE.