/etc/X11/app-defaults/Twclock is in twclock 3.3-2ubuntu1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 | !
! Resource file for twclock
!
! NOTE: Lines starting with ! are comments.
!
! This resource is the text to be displayed at the top of the
! main interface. Use \330 to get a zero with a /. For example,
!Twclock.form.call_toggleB.labelString: TWCLOCK
!Twclock.form.call_toggleB.labelString: WA\330EIR
Twclock.form.call_toggleB.labelString: Alarm on
!
! Alarm Options are blink, beep, and/or cwID.
! They can be set here at startup, and changed at runtime
! with the Set Timer popup menu.
Twclock.blink: 1
Twclock.beep: 0
Twclock.cwID: 1
!
! Twclock.cwStr is the text string to be sent via the soundcard.
! Twclock.cwSpeed must be between 10 and 40 WPM.
! Twclock.cwTone is the frequence of the tone, between 500 and 1300
Twclock.cwStr: de n0call
!Twclock.cwStr: de wa0eir
Twclock.cwSpeed: 20
Twclock.cwTone: 550
!
! Specify the key mode - pulseaudio or serial card.
! Only mode 2 is valid
Twclock.keyMode: 2
!
! Set the next line to 1 if you want the auto reset feature enabled
! at startup. The second line is the number of beeps before the reset.
Twclock.autoReset: 1
Twclock.autobeeps: 5
!
! Set the next values to the number of minutes and seconds of
! delay before the alarm goes off.
! You can change this at runtime with the Set Timer menu.
Twclock.minutes: 10
Twclock.seconds: 0
!Twclock.minutes: 0
!Twclock.seconds: 10
!
! Set the next line to the color you want the button to flash when the
! alarm goes off.
Twclock.flashColor: red
!
! The next resource determines the timezone to be displayed at startup.
! Use: 0 for your local time
! 1 for GMT
Twclock.tzone: 0
!
! The next value is the complete pathname to the zoneinfo directory. The
! path may varies on some systems, but is typically -
Twclock*zone_fsb.directory: /usr/share/zoneinfo
!
! For the main interface screen location
!
! Set the next two lines to the x-y location on your screen where
! you want the interface displayed.
Twclock.x: 10
Twclock.y: 20
!
! Specify the font
! the first one is for the label/pushbutton
! the second one is for the remaining text
!
Twclock*call_toggleB.fontList: 10x20
Twclock*fontList: fixed
! or these
!Twclock*call_toggleB.fontList: variable
!Twclock*fontList: variable
! or maybe these
!Twclock*call_toggleB.fontList: -*-helvetica-medium-o-*-*-20-*-*-*-*-*-*-*
!Twclock*fontList: -*-helvetica-medium-r-*-*-12-*-*-*-*-*-*-*
!
! Not much you will want to change below here unless you want to change
! the color scheme.
!
Twclock.form.horizontalSpacing: 10
Twclock.form.verticalSpacing: 5
Twclock*XmScale.borderWidth: 3
Twclock*XmToggleButton.selectColor: red
!
! Foreground colors
!
Twclock*foreground: black
Twclock*XmForm.background: #00768d
Twclock*XmFrame.background: #00768d
Twclock*XmRowColumn.background: #00768d
Twclock*XmLabel.foreground: white
Twclock*XmToggleButton.foreground: white
!
! Background colors
!
Twclock*background: #e0e0e0
Twclock*XmToggleButton.background: #00768d
Twclock*XmSeparator.background: #00768d
Twclock*XmLabel.background: #00768d
Twclock*XmScale.borderColor: #e0e0e0
!
! file selection box foreground
!
Twclock*zone_fsb*Dir.foreground: white
Twclock*zone_fsb*Items.foreground: white
Twclock*zone_fsb*Selection.foreground: white
!
! file selection box background
!
Twclock*zone_fsb*background: #00768d
Twclock*zone_fsb*?.background: #e0e0e0
Twclock*zone_fsb*Dir*background: #00768d
Twclock*zone_fsb*Items*background: #00768d
Twclock*zone_fsb*Selection.background: #00768d
Twclock*zone_fsb*Separator.background: #00768d
!
! About Dialog foreground and background
!
Twclock*aboutDiag*foreground: white
Twclock*aboutDiag*background: #00768d
Twclock*aboutDiag*OK.foreground: black
Twclock*aboutDiag*OK.background: #e0e0e0
Twclock*aboutDiag*Message.foreground: white
Twclock*aboutDiag*Message.background: #00768d
!
! For the timezone file selection box
!
Twclock*zone_fsb.dirListLabelString: Region
Twclock*zone_fsb.fileListLabelString: City
!
! the popup menus foreground and background
!
Twclock*popup_menu*background: #00788d
Twclock*popup_menu*foreground: white
Twclock*help_cas_menu*background: #00788d
Twclock*help_cas_menu*foreground: white
Twclock*zone_fsb*XmList.translations: #augment\n\
<Btn4Down>: ListPrevItem()\n\
<Btn5Down>: ListNextItem()
|