Tiny clock app for Gnome (tested on 48 version, wayland session).
It is designed to display the clock on top of other windows when the main panel is hidden or inaccessible.
It is convenient for use with two or more monitors, as a system clock on top of games.
cd ~/your-folder-name
git clone [this repo] .
sudo apt-get install libX11-devel libXft-devel libXext-devel
gcc xclock_tiny.c -o xclock_tiny -lX11 -lXft -lXext -I/usr/include/freetype2
chmod +x setup.sh
./setup.sh install # to install app icon
./setup.sh uninstall # to uninstall app icon- Memory usage about 1Mb
- Right click - exit
- Left click - drag window
- Alt+Space - call system menu to set up "Always on top" (because of the security issues it is not possible to enable "always on top" by default for now)
No configuration included, but for now you can easily fix the code by yourself, it's quite simple.
- Configuration options
- Flathub submission