diff --git a/README.md b/README.md index 6f2cdc6..aafd6b9 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,9 @@ Supergfxctl v5.2.1-2 asusctl v6.0.9.r0.gfaca084-1 +it supports all modes : +Integrated, Hybrid, VFIO, AsusEgpu, AsusMuxDgpu + ![screenshot example](./img/scr.png) ## Use this only if you diff --git a/extension.js b/extension.js index 55e1e53..047ca6a 100644 --- a/extension.js +++ b/extension.js @@ -9,7 +9,6 @@ import * as Util from "resource:///org/gnome/shell/misc/util.js"; import * as PopupMenu from "resource:///org/gnome/shell/ui/popupMenu.js"; import { Extension } from "resource:///org/gnome/shell/extensions/extension.js"; -// Define GPU profiles with their names, icons, and commands const GPU_PROFILE_PARAMS = { Integrated: { name: "Integrated", diff --git a/img/scr.png b/img/scr.png index 8c1b9e2..95345ea 100644 Binary files a/img/scr.png and b/img/scr.png differ