A TUI clock thing I made
- C 100%
| config.h | ||
| digits.h | ||
| LICENSE | ||
| README.md | ||
| sclock.c | ||
| sclock.png | ||
sclock
Simple terminal digital clock using ncurses
Building
gcc -O2 -lncurses sclock.c -o sclock # or clang...
Depending on your distro, you may have to link against ncursesw instead if you see weird characters.
Configuration
Configuration is done in the suckless spirit; check config.h.
Keys
qquitbtoggle the bordercchange colordtoggle date visibilityrredraw screen
