laloch / kwin-effect-osdclock

KWin effect that displays clock at the corner of the screen
GNU General Public License v2.0
11 stars 2 forks source link

kwin-effect-osdclock

KWin effect that displays transparent click-through clock at the corner of the screen

Screenshots

Dependencies

Build dependencies

Common

Fedora

Ubuntu / Debian

Build and install

git clone https://github.com/laloch/kwin-effect-osdclock.git
cd kwin-effect-osdclock
mkdir build && cd build
cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_INSTALL_LIBDIR=lib ..
make
sudo make install

TODO