Skip to content
This repository has been archived by the owner on Apr 29, 2020. It is now read-only.

KWin effect that turns the entire screen or a window in grayscale color

License

Notifications You must be signed in to change notification settings

ugjka/kwin-effect-grayscale

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

kwin-effect-grayscale (Project dead as of 2020)

Donate

demo

Turn the entire screen or a window in grayscale

Shortcuts

CTRL + META + G for grayscaling the entire screen

CTRL + META + H for grayscaling the current window

You can change the shortcuts via System Settings -> Global Keyboard Shortcuts -> KWin

Or directly from the kwin effects settings menu

menu

Installation

ArchLinux: AUR

Manual build

You need extra-cmake-modules, kwin and kf5 *-dev packages installed

git clone https://github.com/ugjka/kwin-effect-grayscale.git
cd kwin-effect-grayscale
mkdir build && cd build
cmake .. \
        -DCMAKE_C_FLAGS:STRING="" \
        -DCMAKE_CXX_FLAGS:STRING="" \
        -DCMAKE_EXE_LINKER_FLAGS:STRING="" \
        -DCMAKE_SHARED_LINKER_FLAGS:STRING="" \
        -DCMAKE_INSTALL_PREFIX=/usr \
        -DCMAKE_INSTALL_LIBDIR=lib
make
sudo make install

TODO

add gamma correction feature

About

KWin effect that turns the entire screen or a window in grayscale color

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published