// --------------------
// General settings.
// --------------------

!settings
	default_volume      50
	inactivity_timeout  2:00     // If there has been no mouse/keyboard input for this amount of time, timers will get paused.
	default_group_name  "Other"  // All programs that are not in a group will go under this group.
	
	window_color          0,0,0
	header_color          90,90,90
	cell_color            40,40,40
	active_cell_color     70,70,70
	flashing_cell_color1  90,90,90
	flashing_cell_color2  140,140,140
	text_color            255,255,255
	faded_text_color      255,255,255,120
	
	font                 "source_code_pro.otf"
	list_font_size       16
	header_font_size     18
	line_height          1.45  // Multiplier of font size.
	text_y_offset        0.7   // Multiplier of font size. Moves text vertically, does not affect layout.
	letter_spacing       0     // Pixels.
	time_column_w        68    // Pixels. Width of time/interval columns.
	percent_column_w     56    // Pixels. Width of percent/volume columns.
	cell_spacing         1     // Pixels. Space between table cells.
	list_top_padding     5     // Pixels. Space above table (below header).
	list_bottom_padding  15    // Pixels. Space below table (above header).
	list_side_padding    15    // Pixels. Space on the sides of the table.

// --------------------
// Groups.
// --------------------

!group  "Windows"
	programs  "explorer.exe" "calc.exe" "mspaint.exe" "notepad.exe" "cmd.exe"

// --------------------
// Timers.
// --------------------

!timer  "Time for stuff!"
	interval  1:00:00
	sound     "flute.wav"
	volume    20
	taskbar_attention  true
	pause_when_no_active_tracker  true

// --------------------
// Prevent video player from causing inactivity.
// --------------------

!program  "mpc-hc64.exe"
	disable_inactivity_counter  true

// --------------------
// Ignore these programs. These will not show up on the programs list, and timers will pause if one of these is active.
// --------------------

!program  "UNKNOWN_EXE"
	ignore  true
!program  "TimeTracker.exe"
	ignore  true
!program  "dwm.exe"
	ignore  true
