KWin effect that displays transparent click-through clock at the corner of the screen
- kwin
- cmake
- extra-cmake-modules
- git
- dbus-devel
- libdbus-1-dev
- kwin-dev
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
- add 12h display format
- add an option to show/hide date
- adjustable date display format
- fix display region calculation and clipping
- fix scaling on HiDPI displays