Please bear with us as we work to restore functionality to dotfiles.org.
A tint2 configuration file
#---------------------------------------------
# TTM CONFIG FILE
#
# colors: hex format
# booleans: 0 or 1
# alpha: 0 to 100 percent
# font: [FAMILY-LIST] [STYLE-OPTIONS] [SIZE]
# panel_width: 0 == use full width
#---------------------------------------------
#---------------------------------------------
# FONT
#---------------------------------------------
font = nu 7
font_color = #A9A28F
font_alpha = 100
font_active_color = #000000
font_active_alpha = 100
font_shadow = 0
#---------------------------------------------
# PANEL
# panel_position : bottom left, bottom right, bottom center, top left, top right, top center
# panel_show_all_desktop = 0 : tint show one taskbar from current desktop
# panel_show_all_desktop = 1 : tint show all taskbar
#---------------------------------------------
panel_show_all_desktop = 0
panel_width = 910
panel_height = 17
panel_margin = 0
panel_position = top left
#---------------------------------------------
# PANEL BACKGROUND AND BORDER
#---------------------------------------------
panel_background = 0
panel_background_color = #000000
panel_background_alpha = 100
panel_border_width = 0
panel_border_color = #000000
panel_border_alpha = 100
panel_rounded = 0
#---------------------------------------------
# TASKS
#---------------------------------------------
task_text_centered = 1
task_width = 130
task_margin = 1
task_padding = 10
task_icon = 0
task_icon_size = 10
#---------------------------------------------
# TASK BACKGROUND AND BORDER
#---------------------------------------------
task_background = 1
task_background_color = #000000
task_background_alpha = 100
task_active_background_color = #A9A28F
task_active_background_alpha = 100
task_border_width = 1
task_border_color = #000000
task_border_alpha = 100
task_rounded = 0
task_active_border_width = 3
task_active_border_color = #A9A28F
task_active_border_alpha = 100
task_active_rounded = 0
#---------------------------------------------
# MOUSE ACTION
# configure mouse action with
# (none, close, toggle, iconify, shade, toggle_iconify)
#---------------------------------------------
mouse_middle = close
mouse_right = toggle_iconify
mouse_scroll_up = toggle_iconify
mouse_scroll_down = toggle_iconify