Skip to content

yagomont/material-decoration-bt

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Demo

material-decoration-bt

Material-styled window decoration theme for KWin. Resembles the decorations in Windows 10. Extensive customization possible through src/Decoration.cc; theme also takes colors from the user's color scheme and KWin window rules.

Kvantum theme recommended for use with this theme overall: https://github.com/Luwx/Fluent-kvantum

If you so choose to use the theme above, place this color scheme in ~/.kde/share/apps/color-schemes/ ; it should blend in with Fluent Kvantum if you choose not to use top toolbars.

Features of this fork

  • Consistent shadows with great contrast (from the Breeze theme)
  • 0.635 opacity by default, picked by trial and error to blend in with the themes above
  • Automated installation
  • Changing opacity via terminal

Prerequisites

  • KDecoration2
  • Might need other KDE Framework 5 headers; see the output of ´cmake´
  • cmake

In Ubuntu, you may satisfy these with sudo apt install cmake build-essential extra-cmake-modules qtbase5-dev libkdecorations2-dev libkf5*-dev

Downloading

git clone https://github.com/yagomont/material-decoration-bt.git

Installing

cd material-decoration-bt; bash setup.sh

OR (If you think bt-opacity is trash/bloat/malware, this will not install it.)

cd material-decoration-bt/build; cmake -DCMAKE_INSTALL_PREFIX=/usr .. ; sudo make -j4 install

Changing opacity at runtime

Run bt-opacityanywhere.

Releases

No releases published

Packages

No packages published

Languages

  • C++ 90.7%
  • Shell 6.2%
  • CMake 3.1%