Skip to content

A Arc theme KDecoration2 theme based on SierraBreeze.

Notifications You must be signed in to change notification settings

matricci/ArcBreeze

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ArcBreeze:

ArcBreeze is a fork of sierrabreeze that don't try to mimic MacOSX, instead it is Based on the Arc Theme. My goal with this decoration is provide a coherent look to the Arc Theme on Plasma Desktop

Screenshot:

Screenshot

How to install

By now, the only way to install ArcBreeze is to build the source code, but don't panic, is quite easy. Download the following dependencies:

Dependencies:

Ubuntu

sudo apt install build-essential libkf5config-dev libkdecorations2-dev libqt5x11extras5-dev qtdeclarative5-dev extra-cmake-modules libkf5guiaddons-dev libkf5configwidgets-dev libkf5windowsystem-dev libkf5coreaddons-dev gettext

Arch Linux

sudo pacman -S kdecoration qt5-declarative qt5-x11extras    # 				Decoration
sudo pacman -S cmake extra-cmake-modules

Fedora

sudo dnf install cmake extra-cmake-modules  
sudo dnf install "cmake(Qt5Core)" "cmake(Qt5Gui)" "cmake(Qt5DBus)" "cmake(Qt5X11Extras)" "cmake(KF5GuiAddons)" "cmake(KF5WindowSystem)" "cmake(KF5I18n)" "cmake(KDecoration2)" "cmake(KF5CoreAddons)" "cmake(KF5ConfigWidgets)"

Then download and build the code :)

git clone https://github.com/matricci/ArcBreeze.git
cd ArcBreeze
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 &

Change the window decoration: Settings → Application Style → Window Decorations.

Acknowledgments:

About

A Arc theme KDecoration2 theme based on SierraBreeze.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published