KDE 主题桌面边界调节

https://github.com/EliverLara/Sweet/issues/34
Am using Otto theme here (but only for window decorations). So this is assuming the theme name ‘Otto’ is set in ‘Appearance’ –> ‘Window’ Decorations’. And that Window Border Size is set to No borders

And the borders are very thick still.

This is what I had to do:

1
2
3
# replace 'Otto' below with YOUR_THEME_NAME
cd ~/.local/share/aurorae/themes/Otto
cp Ottorc Ottorc.bak

And there is a config file there called Ottorc

Find and change the following lines:

1
2
3
4
5
6
7
8
# this one is entirely optional
Shadow=true --> change to false

# these are the critical options, all of the 'Padding...' ones
PaddingTop=35 --> change to 32
PaddingBottom=90 --> change to 74
PaddingRight=76 --> change to 66
PaddingLeft=76 --> change to 66