sustmi/gnome-shell-extensions-sustmi

Expose icon-opacity-* in settings widget

Closed this issue · 2 comments

Hi and thanks for your great work.

I clearly see there are two other settings worth configuring:

    <key name="icon-opacity-focus" type="i">
      <range min="0" max="255" />
      <default>50</default>
    </key>
    <key name="icon-opacity-blur" type="i">
      <range min="0" max="255" />
      <default>200</default>
    </key>

It would be great to expose them so anyone may do, for example, fully opaque overlay icons.

Hi Andrew, feature added in 1d1cd89.

Wonderful, great thanks to you!