Skip to content

Reidond/RoundedBreeze

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rounded Breeze

A Breeze kdecoration fork for KWin. Features rounded corners and a single pixel border for contrast (like on macOS).

Screenshot

preview

Also Imgur.

Dependencies

There are some dependencies you'll need to install. Some people suggested using the following commands:

Ubuntu, KDE Neon

sudo apt install git g++ extra-cmake-modules cmake gettext libkf5config-dev libkdecorations2-dev libqt5x11extras5-dev qtdeclarative5-dev libkf5guiaddons-dev libkf5configwidgets-dev libkf5windowsystem-dev libkf5coreaddons-dev libfftw3-dev

Arch Linux, Manjaro, Antergos

sudo pacman -S kdecoration qt5-declarative qt5-x11extras kcoreaddons kguiaddons kconfigwidgets kwindowsystem fftw cmake extra-cmake-modules

OpenSUSE

sudo zypper install git extra-cmake-modules libkdecoration2-devel kcoreaddons-devel kguiaddons-devel kconfig-devel kwindowsystem-devel ki18n-devel kconfigwidgets-devel libQt5DBus-devel libqt5-qtx11extras-devel fftw3-devel

Installation

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

git clone https://github.com/Reidond/RoundedBreeze
cd RoundedBreeze
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
kwin_x11 --replace &

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

Other

Use with ShapeCorners to be able able to round any window.

About

A Breeze kdecoration fork for KWin

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 96.5%
  • CMake 3.4%
  • Shell 0.1%