emiapwil / glassy-gnome

To bring opacity features to gnome windows.
GNU General Public License v2.0
63 stars 9 forks source link

universal transparency for all windows #8

Closed psykotik1 closed 7 years ago

psykotik1 commented 7 years ago

how can i make all windows have the same transparency whether active or inactive, for a uniform look?

emiapwil commented 7 years ago

Below is a script adopted from the configurations in README, you can change the values according to your preferences. The three parameters are foreground transparency, background transparency and transparency-step. Hope that helps.

gsettings --schemadir ~/.local/share/gnome-shell/extensions/glassygnome@emiapwil/schemas \
          set org.gnome.shell.extensions.glassy-gnome filters \
          "[
              (['.*'], byte 0x5f, byte 0x50, byte 0x05)
          ]"
psykotik1 commented 7 years ago

thank you very much, that is just what i am looking for