Zren / material-decoration

Material-ish window decoration theme for KWin, with LIM, based on zzag's original design.
GNU General Public License v2.0
197 stars 17 forks source link

Support for disabling blur #5

Closed codic12 closed 3 years ago

codic12 commented 4 years ago

This option should be available both per application and for all apps (in my case I only don't want blur on certain applications' titlebar)

Zren commented 4 years ago

It's probably controlled by src/material.json

codic12 commented 4 years ago

Yeah, I meant through the GUI :D

baduhai commented 4 years ago

By modifying lines 90 and 91 of src/Decoration.cc, I made it completely opaque.

codic12 commented 4 years ago

Yup I know how to do that, but I meant with a gui (and also have a per app option) like many other decorations

Zren commented 3 years ago

I don't think we can dynamically toggle the blur.

codic12 commented 3 years ago

Hmm, oh well