Skip to content

KWin effect that displays clock at the corner of the screen

License

Notifications You must be signed in to change notification settings

kalmarek/kwin-effect-osdclock

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

kwin-effect-osdclock

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

Screenshots

Dependencies

  • kwin

Build dependencies

Common

  • cmake
  • extra-cmake-modules
  • git

Fedora

  • dbus-devel

Ubuntu / Debian

  • libdbus-1-dev
  • kwin-dev

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

  • 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

About

KWin effect that displays clock at the corner of the screen

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 84.1%
  • CMake 12.6%
  • Shell 3.3%