! $Id: xclock,v 1.4 2021/12/18 03:05:28 nanons Exp $
!
! xclock(1) configuration

! Show digital clock instead of analog clock
XClock*analog: false

! Digital clock time format (see strftime(3))
XClock*strftime: \040%a %F %I:%M %p\040

! Seconds of delay between clock refreshes
XClock*update: 60

! Disable blank space padding
XClock*padding: 0

! Always use default font
XClock*font: -misc-fixed-bold-r-normal-*-18-*-*-*-*-*-iso10646-1

! Use Xft(3) font instead of the above *font resource
!XClock*render: true
!XClock*face: sans-serif:pixelsize=12:bold

! Colors
XClock*background: black
XClock*foreground: white
