Skip to content

OSX-like window decoration for KDE Plasma written in C++

Notifications You must be signed in to change notification settings

muchanem/SierraBreeze

 
 

Repository files navigation

alt text

In order to install the theme and add it to your decorations do the following:

git clone https://github.com/jomada/SierraBreeze
cd SierraBreeze
mkdir build
cd build
cmake .. -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release -DKDE_INSTALL_LIBDIR=lib -DBUILD_TESTING=OFF -DKDE_INSTALL_USE_QT_SYS_PATHS=ON
sudo make install

To avoid logging out, issue

kwin_x11 --replace &

That is it! Your new decoration theme should appear in Settings → Application Style → Window Decorations.

Acknowledgments:

About

OSX-like window decoration for KDE Plasma written in C++

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 96.9%
  • CMake 3.0%
  • Shell 0.1%