> ./DigiQClock --help
qml:
The following CLI parameters may be passed when running from the command line:
--fg ===> font color: friendly color names or hex string with # notation e.g. '#73D292' or 'green' - qoutes are required when using hex
--bg-start ===> background start gradient color (same format as --fg parameter)
--bg-end ===> background end gradient color (if you don't want gradient make sure to pass same value that you passed for --bg-start)
--offset-hours ===> e.g. for different time-zones (use minus sign or just plain number for forward e.g. '--offset-hours -3' or '--offset-hours 5')
--win-title ===> use quotes for titles with spaces e.g. --win-title 'Los Angeles')
--font ===> name of font .otf /.ttf file (must be in same folder as the executable)
--no-italics ===> only need to add this flag (default is using italic font)
--24hrs ===> only need to add this flag (default is 12hr AM/PM implied )
--hide-secs ===> don't show seconds
--frameless ===> borderless window
--hide-dimmer ===> don't display the 'ghost' background 00:00:00 LED effect (good if you're not using monospaced fonts)
--blink-colon ===> blinking colon separator
--show-border ===> show a 1pt border of same color as foreground color
Here's a full example:
> ./DigiQClock --fg '#000000' --bg-start lightblue --bg-end lightblue --offset-hours -3 --win-title 'Los Angeles' --no-italics --24hrs