added some config sample (thanks to users)
git-svn-id: http://tint2.googlecode.com/svn/trunk@448 121b4492-b84c-0410-8b4c-0d4edfb3f3cc
This commit is contained in:
119
sample/text_only_5.tint2rc
Normal file
119
sample/text_only_5.tint2rc
Normal file
@@ -0,0 +1,119 @@
|
||||
# Tint2 config file
|
||||
# Generated by tintwizard (http://code.google.com/p/tintwizard/)
|
||||
# For information on manually configuring tint2 see http://code.google.com/p/tint2/wiki/Configure
|
||||
|
||||
# Background definitions
|
||||
# ID 1
|
||||
rounded = 0
|
||||
border_width = 0
|
||||
background_color = #FFFFFF 0
|
||||
border_color = #FFFFFF 60
|
||||
|
||||
# ID 2
|
||||
rounded = 0
|
||||
border_width = 1
|
||||
background_color = #333333 40
|
||||
border_color = #FFFFFF 40
|
||||
|
||||
# ID 3
|
||||
rounded = 0
|
||||
border_width = 0
|
||||
background_color = #EEEEEC 60
|
||||
border_color = #FFFFFF 100
|
||||
|
||||
# Panel
|
||||
panel_monitor = all
|
||||
panel_position = bottom center horizontal
|
||||
panel_size = 99% 27
|
||||
panel_margin = 0 0
|
||||
panel_padding = 3 3 3
|
||||
panel_dock = 0
|
||||
wm_menu = 1
|
||||
panel_background_id = 3
|
||||
|
||||
autohide = 0
|
||||
autohide_show_timeout = 0.2
|
||||
autohide_hide_timeout = 1.6
|
||||
autohide_height = 1
|
||||
strut_policy = minimum
|
||||
|
||||
# Taskbar
|
||||
taskbar_mode = multi_desktop
|
||||
taskbar_padding = 0 0 0
|
||||
taskbar_background_id = 0
|
||||
taskbar_active_background_id = 0
|
||||
|
||||
# Tasks
|
||||
urgent_nb_of_blink = 7
|
||||
task_icon = 0
|
||||
task_text = 1
|
||||
task_centered = 1
|
||||
task_maximum_size = 200 30
|
||||
task_padding = 5 0
|
||||
task_font = AvantGardeLTMedium 8
|
||||
font_shadow = 0
|
||||
|
||||
# Task inactive
|
||||
task_font_color = #151515 60
|
||||
task_icon_asb = 50 0 0
|
||||
task_background_id = 1
|
||||
|
||||
# Task active
|
||||
task_active_font_color = #FFFFFF 60
|
||||
task_active_icon_asb = 100 0 0
|
||||
task_active_background_id = 2
|
||||
|
||||
# Task urgent
|
||||
task_urgent_font_color = #7E9659 90
|
||||
task_urgent_icon_asb = 100 0 0
|
||||
task_urgent_background_id = 2
|
||||
urgent_nb_of_blink = 7
|
||||
|
||||
# Task iconified
|
||||
task_iconified_font_color = #ffffff 70
|
||||
task_iconified_icon_asb = 50 0 0
|
||||
task_iconified_background_id = 1
|
||||
|
||||
|
||||
# Systray
|
||||
systray = 1
|
||||
systray_padding = 4 2 3
|
||||
systray_background_id = 0
|
||||
systray_sort = ascending
|
||||
systray_icon_asb = 100 0 -10
|
||||
systray_icon_size = 15
|
||||
|
||||
# Clock
|
||||
time1_format = %H:%M / %a %d %b
|
||||
time1_font = AvantGardeLTMedium 8
|
||||
clock_font_color = #151515 60
|
||||
clock_padding = 4 0
|
||||
clock_background_id = 0
|
||||
|
||||
# Tooltips
|
||||
tooltip = 1
|
||||
tooltip_padding = 3 3
|
||||
tooltip_show_timeout = 1.5
|
||||
tooltip_hide_timeout = 0.3
|
||||
tooltip_background_id = 1
|
||||
tooltip_font = AvantGardeLTMedium 8
|
||||
tooltip_font_color = #434141 100
|
||||
|
||||
# Battery
|
||||
battery = 0
|
||||
battery_hide = 90
|
||||
battery_low_status = 7
|
||||
battery_low_cmd = notify-send "battery low"
|
||||
bat1_font = sans 8
|
||||
bat2_font = sans 6
|
||||
battery_font_color = #151515 60
|
||||
battery_padding = 1 0
|
||||
battery_background_id = 0
|
||||
|
||||
# Mouse
|
||||
mouse_middle = none
|
||||
mouse_right = close
|
||||
mouse_scroll_up = toggle
|
||||
mouse_scroll_down = iconify
|
||||
|
||||
# End of config
|
||||
Reference in New Issue
Block a user