juxuanu / cpupower-governors

Enables the ability to swap between kernel governors for the CPU useful for laptops.
GNU General Public License v2.0
7 stars 2 forks source link

Support for Gnome 40 #6

Open khartahk opened 3 years ago

khartahk commented 3 years ago

Will you support Gnome 40?

antonio-guillen commented 3 years ago

You can do it yourself with vi ~/.local/share/gnome-shell/extensions/cpupower-governors@icar.github.com/metadata.json and making this change:

FROM:

  "shell-version": [
    "3.38"

TO:

  "shell-version": [
    "3.38", "40.0", "40.1", "40.2", "40.3"