diff --git a/README.md b/README.md index 71167400..f8a930ed 100644 --- a/README.md +++ b/README.md @@ -66,6 +66,14 @@ will probably suffer another rename once it becomes generic enough to do so. - [X] Toggle bios setting for boot/POST sound - [X] Toggle bios setting for "dedicated gfx" mode on supported laptops (g-sync) +# GUI + +A gui is now in the repo - ROG Control Center. At this time it is still a WIP, but it has almost all features in place already. + +![](/extra/system.png) +![](/extra/fan-curves.png) +![](/extra/keyboard.png) + # BUILDING Requirements are rust >= 1.57 installed from rustup.io if the distro provided version is too old, and `make`. diff --git a/extra/fan-curves.png b/extra/fan-curves.png new file mode 100644 index 00000000..d75dd53d Binary files /dev/null and b/extra/fan-curves.png differ diff --git a/extra/keyboard.png b/extra/keyboard.png new file mode 100644 index 00000000..1823f865 Binary files /dev/null and b/extra/keyboard.png differ diff --git a/extra/system.png b/extra/system.png new file mode 100644 index 00000000..fc073819 Binary files /dev/null and b/extra/system.png differ