Koi icon indicating copy to clipboard operation
Koi copied to clipboard

[REQUEST] Window decorations

Open Virass opened this issue 1 year ago • 3 comments

Hello. There is a missing setting for the windows decorations for light and dark themes. When switching, the interface seems broken due to the different design of window frames and everything else

Virass avatar Oct 03 '24 15:10 Virass

+1 for having a window decoration setting.

kiiro94 avatar Oct 09 '24 15:10 kiiro94

Yup,

The absence of this option is a "known" issue", but the only one who could implement it is @baduhai or anybody with enough skills from outside who would like to contribute. So this will remain absent for some time ...

MartinVonReichenberg avatar Oct 29 '24 10:10 MartinVonReichenberg

Change decoration theme in kwinrc file and send dbus signal to kwin for reload configs.

sed -i "s/^theme=__aurorae__svg__.*$/theme=__aurorae__svg__Layan-light/g" $HOME/.config/kwinrc
qdbus6 org.kde.KWin /KWin org.kde.KWin.reconfigure

You need to change the theme after theme=__aurorae__svg__ line. Like; theme=__aurorae__svg__Breeze theme=__aurorae__svg__Plastik

crestcere avatar Feb 12 '25 18:02 crestcere