diff options
author | Sébastien Ballet <slacker6896@gmail.com> | 2018-10-27 00:17:55 +0100 |
---|---|---|
committer | David Spencer <idlemoor@slackbuilds.org> | 2018-10-27 00:17:55 +0100 |
commit | 9427c6b28d3fa44b7fd5598d9a4ecb790eccb453 (patch) | |
tree | 43149955ffe42415f0aa14f1641e2fa6bee6b039 /desktop/cairo-clock/README | |
parent | b4ca915a374a080eaaa763557286ba38f9a439d8 (diff) |
desktop/cairo-clock: Added (Analog Clock).
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'desktop/cairo-clock/README')
-rw-r--r-- | desktop/cairo-clock/README | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/desktop/cairo-clock/README b/desktop/cairo-clock/README new file mode 100644 index 000000000000..327247a56f30 --- /dev/null +++ b/desktop/cairo-clock/README @@ -0,0 +1,10 @@ +It is an analog clock displaying the system-time. It leverages +the new visual features offered by Xorg 7.0 in combination with a +compositing-manager (xcompmgr, compiz, compton), gtk+ 2.10.0, +cairo 1.2.0, libglade 2.6.0 and libsrvg 2.14.0 to produce a time +display with pretty-pixels. + +*Attention*, by default cairo-clock runs with a refresh rate at +30 which might lead to high cpu usage by X process (and compton +when used). To prevent this it is better to run cairo-clock with +a refresh rate at 1 (see option --refresh). |