LorenzoMorelli / GPU_profile_selector

A simple gnome shell extension which provides a simple way to switch between GPU profiles on Nvidia Optimus systems (i.e laptops with Intel + Nvidia or AMD + Nvidia configurations) in a few clicks. In particular this extension is a graphic interface for envycontrol program.
GNU General Public License v3.0
64 stars 8 forks source link

In top bar: now use icons instead of texts. #4

Closed aaronrancsik closed 2 years ago

aaronrancsik commented 2 years ago

Use these icons because it's takes much less space.

hybrid_icon_plain Hybrid

intel_icon_plain Integrated

nvidia_icon_plain Dedicated

It was the first time I'm touching gnome extension code so feel free to judge the code.

LorenzoMorelli commented 2 years ago

Good idea! I just checked and it looks nice, I'm going to merge it. Thanks you for supporting!