Skip to content

Instantly share code, notes, and snippets.

@gandro
Created April 14, 2010 18:22
Show Gist options
  • Save gandro/366147 to your computer and use it in GitHub Desktop.
Save gandro/366147 to your computer and use it in GitHub Desktop.
#---------------------------------------------
# TINT2 CONFIG FILE
#---------------------------------------------
# For more information about tint2, see:
# http://code.google.com/p/tint2/wiki/Welcome
#
# For more config file examples, see:
# http://crunchbanglinux.org/forums/topic/3232/my-tint2-config/
#---------------------------------------------
# BACKGROUND AND BORDER
#---------------------------------------------
# background_id = 1
rounded = 0
border_width = 1
background_color = #ffffff 0
border_color = #ffffff 20
# background_id = 2
rounded = 0
border_width = 0
background_color = #ffffff 20
border_color = #ffffff 20
# background_id = 3
rounded = 0
border_width = 0
background_color = #ffffff 0
border_color = #ffffff 0
# background_id = 4
rounded = 0
border_width = 1
background_color = #ebebeb 100
border_color = #4a4a4a 100
# background_id = 5
rounded = 0
border_width = 0
background_color = #000000 80
border_color = #000000 0
#---------------------------------------------
# PANEL
#---------------------------------------------
panel_monitor = all
panel_position = bottom center
panel_size = 100% 36
panel_margin = 0 0
panel_padding = 5 3
font_shadow = 0
panel_background_id = 5
panel_layer = bottom
#---------------------------------------------
# TASKBAR
#---------------------------------------------
taskbar_mode = multi_desktop
taskbar_padding = 0 0 0
taskbar_background_id = 1
#---------------------------------------------
# TASKS
#---------------------------------------------
task_icon = 1
task_text = 0
task_width = 40
task_centered = 1
task_padding = 2 2
task_font = sans 7
task_font_color = #ffffff 70
task_active_font_color = #ffffff 85
task_background_id = 3
task_active_background_id = 2
urgent_nb_of_blink = 5120
#---------------------------------------------
# SYSTRAYBAR
#---------------------------------------------
systray_padding = 4 3 3
systray_background_id = 0
#---------------------------------------------
# CLOCK
#---------------------------------------------
time1_format = %H:%M
time1_font = sans 8
time2_format = %a, %d %B
time2_font = sans 6
clock_font_color = #ffffff 76
clock_padding = 4 4
clock_background_id = 0
clock_rclick_command = gsimplecal
clock_lclick_command = gsimplecal
clock_tooltip = Unix-Zeit: %s
#---------------------------------------------
# BATTERY
#---------------------------------------------
#battery = 0
#battery_low_status = 7
#battery_low_cmd = notify-send "battery low"
#bat1_font = sans 8
#bat2_font = sans 6
#battery_font_color = #ffffff 76
#battery_padding = 1 0
#battery_background_id = 0
#---------------------------------------------
# MOUSE ACTION ON TASK
#---------------------------------------------
mouse_middle = close
mouse_right = toggle
mouse_scroll_up = next_task
mouse_scroll_down = prev_task
#---------------------------------------------
# TOOLTIP
#---------------------------------------------
tooltip = 1
tooltip_padding = 2 2
tooltip_show_timeout = 0.7
tooltip_hide_timeout = 0.3
tooltip_background_id = 4
tooltip_font_color = #333333 100
tooltip_font = sans 10
#---------------------------------------------
# AUTOHIDE OPTIONS
#---------------------------------------------
autohide = 0
autohide_show_timeout = 0.3
autohide_hide_timeout = 2
autohide_height = 4
strut_policy = follow_size
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment