Skip to content

Instantly share code, notes, and snippets.

@virasak
Created June 14, 2010 11:35
Show Gist options
  • Save virasak/437574 to your computer and use it in GitHub Desktop.
Save virasak/437574 to your computer and use it in GitHub Desktop.
my simple tint2rc
#---------------------------------------------
# TINT2 CONFIG FILE
#---------------------------------------------
#---------------------------------------------
# BACKGROUND AND BORDER
#---------------------------------------------
rounded = 0
border_width = 0
background_color = #1c1c1c 100
border_color = #ffffff 100
# active
rounded = 2
border_width = 0
background_color = #ffffff 40
border_color = #ffffff 50
# inactive
rounded = 0
border_width = 0
background_color = #ffffff 10
border_color = #ffffff 70
#---------------------------------------------
# PANEL
#---------------------------------------------
panel_monitor = all
panel_position = bottom center
panel_size = 100% 34
panel_margin = 0 0
panel_padding = 4 0
font_shadow = 0
panel_background_id = 1
wm_menu = 0
#---------------------------------------------
# TASKBAR
#---------------------------------------------
#taskbar_mode = multi_desktop
taskbar_mode = single_desktop
taskbar_padding = 2 1 2
taskbar_background_id = 0
#---------------------------------------------
# TASKS
#---------------------------------------------
task_icon = 1
task_text = 0
task_width = 32
task_centered = 1
task_padding = 6 3
task_font = sans 8
task_font_color = #ffffff 70
task_active_font_color = #ffffff 85
task_background_id = 0
task_active_background_id = 2
#---------------------------------------------
# SYSTRAYBAR
#---------------------------------------------
systray_padding = 0 1 0
systray_background_id = 3
#---------------------------------------------
# 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 = 1 0
clock_background_id = 0
#clock_lclick_command = xclock
clock_rclick_command = orage
#---------------------------------------------
# BATTERY
#---------------------------------------------
battery = 0
battery_low_status = 10
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 = none
mouse_right = none
mouse_scroll_up = toggle
mouse_scroll_down = iconify
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment