a lightweight Analog Clock applet for linux (Based (C & Crystal) and GTK2).
The app supports two modes:
- Normal mode: Updates once per second.
- Soft mode (
-f, --soft): Updates more smoothly with sub-second precision.
vc-clock -h
Usage: vc-clock [--size <icon_size>] [--utime <milliseconds>] [-h] [-v] [-f] [-n]
Options:
--size PIXEL Icon size (16 - 128). Default is 32.
--utime MILLISECONDS Update interval for soft mode (100 - 1000). Default is 240.
-n, --no-tooltip Disable tooltip.
-f, --soft Enable soft mod.
-v, --version Show version.
-h, --help Show this help message.
Credit : VC365 (https://github.com/VC365) paru -S vc-clock
# or
yay -S vc-clockgit clone https://aur.archlinux.org/vc-clock.git
cd vc-clock
makepkg -sichmod a+x installer.sh
./installer.sh install c
# OR
./installer.sh install crystalTo uninstall:
./installer.sh uninstallvc-clock &- Fork it (https://github.com/VC365/vc-clock/fork)
- Create your feature branch (
git checkout -b my-new-feature) - Commit your changes (
git commit -am 'Add some feature') - Push to the branch (
git push origin my-new-feature) - Create a new Pull Request
- VC365 - creator and maintainer

