Skip to content

Tiny application to display time in small draggable window without decorations

License

Notifications You must be signed in to change notification settings

ijin82/xclock_tiny

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

XClock Tiny

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.

Screenshot From 2026-02-06 15-53-27

Build & Install

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

Info

  • 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.

Plans

  • Configuration options
  • Flathub submission

About

Tiny application to display time in small draggable window without decorations

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published