Calendar/time for progman
at main 24 lines 602 B view raw view rendered
1# xcalicon 2 3A small date and time widget for X11 which is intended to be iconified all the 4time to remain on the desktop. 5Its icon and window title indicate the current day and time. 6 7![screenshot](https://user-images.githubusercontent.com/9888/216119384-ccd12d7e-f87c-426b-b9f6-de8cfd8b754e.png) 8 9It was written to work with 10[progman](https://github.com/jcs/progman) 11but should work with any X11 window manager that handles `IconicState` 12hints and shows icons in a useful manner. 13 14## License 15 16ISC 17 18## Dependencies 19 20`libX11` and `libXpm` 21 22## Compiling 23 24Fetch the source, `make` and then `make install`