lalcal
a simple clock with a calendar.
Build
require: libxft libx11
make
Usage
lalcal [options]
Option | Resource | Description |
--font: | lalcal*font | The font face to use. Default is Mono. |
--fontsize: | lalcal*fontsize | The font size to use. Default is 12.0. |
--calfont: | lalcal*calfont | The font face to use for the calendar. Default is Mono. |
--calfontsize: | lalcal*calfontsize | The font size to use for the calendar. Default is 14.0. |
--color: | lalcal*color | The font color to use. Default is white. |
--bgcolor: | lalcal*bgcolor | The background color to use. Default is black. |
--hlcolor: | lalcal*hlcolor | The highlight color to use. Default is grey30. |
--width: | lalcal*width | The width of the dockapp window. Default is 64. |
--format: | lalcal*format | The time format to use. Default is %%T. You can get format codes from the man page for strftime. |