tsujan / BreezeEnhanced

A fork of KDE Breeze decoration with additional options
GNU General Public License v3.0
162 stars 13 forks source link

Active and inactive windows #29

Closed Da-Viper closed 3 years ago

Da-Viper commented 3 years ago

the Default breeze has the ability to change colours of the borders depending on if the window is active or not by going to ~/.config/kdeglobals under the group [WM]

add the line frame=138,178,243 inactiveFrame=100,100,100

restart then it will show up in window here is a picture of what i mean

Screenshot_20200915_114604

could you add the ability to breeze enhanced too here it is also for other decoration like hello,lightly and sierra

Screenshot_20200915_115049 thanks

tsujan commented 3 years ago

One of my reasons to fork the Breeze decoration was removing its "ugly" elements, especially when it was used with the Kvantum widget style. ColorRole::Frame in breezedecoration.cpp was among them. Since both Kvantum and GTK can distinguish between active and inactive windows, there was no need to an ugly inactive frame.

Of course, "ugliness" is a subjective term and tastes differ. I don't deny that what's ugly to me may be elegant to another person and vice versa. But BreezeEnhanced is understandably influenced by its developer's taste, to some extent.